Fix the install pkgconfig's specific file ftgl.pc.

PR:		ports/67540
Submitted by:	Igor Pokrovsky <tiamat@comset.net> (maintainer)
Approved by:	adamw (mentor)
This commit is contained in:
Jeremy Messenger 2004-06-03 20:47:57 +00:00
parent 73e860bbf6
commit a29e63d94c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110791
2 changed files with 3 additions and 0 deletions

View file

@ -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}

View file

@ -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