diff options
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 |