aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ftgl/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-06-04 04:47:57 +0800
committermezz <mezz@FreeBSD.org>2004-06-04 04:47:57 +0800
commitc7446a02d6c761d793b39d4f87fac49cfec8a25b (patch)
tree27ed4742b47de356a0832910fbf8705a02336b35 /graphics/ftgl/Makefile
parenta202f3e9c95ca151b3f76a5f817fe886772915c3 (diff)
downloadfreebsd-ports-gnome-c7446a02d6c761d793b39d4f87fac49cfec8a25b.tar.gz
freebsd-ports-gnome-c7446a02d6c761d793b39d4f87fac49cfec8a25b.tar.zst
freebsd-ports-gnome-c7446a02d6c761d793b39d4f87fac49cfec8a25b.zip
Fix the install pkgconfig's specific file ftgl.pc.
PR: ports/67540 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) Approved by: adamw (mentor)
Diffstat (limited to 'graphics/ftgl/Makefile')
-rw-r--r--graphics/ftgl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile
index a3d35c20fc5c..97e00333ca72 100644
--- a/graphics/ftgl/Makefile
+++ b/graphics/ftgl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ftgl
PORTVERSION= 2.07
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://homepages.paradise.net.nz/henryj/code/
DISTNAME= ${PORTNAME:U}
@@ -29,6 +30,7 @@ INSTALLS_SHLIB= yes
do-install:
${INSTALL_DATA} ${INSTALL_WRKSRC}/src/.libs/lib${PORTNAME}.a ${PREFIX}/lib
+ ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTNAME}.pc ${PREFIX}/libdata/pkgconfig
@${MKDIR} ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/${PORTNAME}