mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -modules
|
|
|
|
COMMENT= Modules and Templates for CMake
|
|
|
|
CMAKE_MODULES= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/Modules
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/Templates
|
|
cd ${WRKSRC}/Modules && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/Modules
|
|
cd ${WRKSRC}/Templates && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/Templates
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../cmake
|
|
|
|
.include "${MASTERDIR}/Makefile"
|