7fc41c469c
List of changes: http://www.kitware.com/blog/home/post/828 PR: 197053
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"
|