b1bf1620a6
Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
23 lines
524 B
Makefile
23 lines
524 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
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"
|