diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-03 20:47:57 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-03 20:47:57 +0000 |
commit | a29e63d94c538997e0222aa9c89f42f6000fdc59 (patch) | |
tree | d3233ab3b1304590affebf9c2aebdcf032bab32a /graphics/ftgl | |
parent | 73e860bbf695461b52bac5bf39efc64a3864db9c (diff) | |
download | ports-a29e63d94c538997e0222aa9c89f42f6000fdc59.tar.gz ports-a29e63d94c538997e0222aa9c89f42f6000fdc59.zip |
Notes
Diffstat (limited to 'graphics/ftgl')
-rw-r--r-- | graphics/ftgl/Makefile | 2 | ||||
-rw-r--r-- | graphics/ftgl/pkg-plist | 1 |
2 files changed, 3 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} diff --git a/graphics/ftgl/pkg-plist b/graphics/ftgl/pkg-plist index 42e54ae26c4b..c2cffc5b5405 100644 --- a/graphics/ftgl/pkg-plist +++ b/graphics/ftgl/pkg-plist @@ -27,6 +27,7 @@ include/ftgl/FTVector.h include/ftgl/FTVectoriser.h @dirrm include/ftgl lib/libftgl.a +libdata/pkgconfig/ftgl.pc %%EXAMPLESDIR%%/makefile %%EXAMPLESDIR%%/tb.c %%EXAMPLESDIR%%/trackball.c |