1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/cmake-modules/Makefile
Max Brazhnikov c2ecbb4d3b - Update cmake to 2.8.10.2
- Trim Makefile header
- Drop indefinite article from COMMENT

Obtained from:	area51
Tested by:	exp-run (bapt)
2013-03-19 18:00:29 +00:00

25 lines
507 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTREVISION= 0
PKGNAMESUFFIX= -modules
LATEST_LINK= cmake-modules
COMMENT= Modules and Templates for CMake
CMAKE_MODULES= yes
do-install:
${MKDIR} ${DATADIR}/Modules
${MKDIR} ${DATADIR}/Templates
cd ${WRKSRC}/Modules && ${COPYTREE_SHARE} \* ${DATADIR}/Modules
cd ${WRKSRC}/Templates && ${COPYTREE_SHARE} \* ${DATADIR}/Templates
NO_BUILD= yes
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../cmake
.include "${MASTERDIR}/Makefile"