1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Add shebangfix so bdftogd

- Strip libgd
PR:		188581
Submitted by:	Steve Wills
This commit is contained in:
Dirk Meyer 2014-04-15 08:14:22 +00:00
parent 34c95229b7
commit 842bc3cb42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351313

View File

@ -3,7 +3,7 @@
PORTNAME= libgd
PORTVERSION= 2.1.0
PORTREVISION?= 1
PORTREVISION?= 2
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/
@ -18,7 +18,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
CONFLICTS= bazaar-1.*
USES= tar:xz pkgconfig
USES= tar:xz pkgconfig shebangfix
SHEBANG_FILES= ${WRKSRC}/src/bdftogd
GNU_CONFIGURE= yes
GNU_CONFIGURE_ENV= PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig
GNU_CONFIGURE_ARGS=
@ -105,5 +106,6 @@ pre-build:
post-install:
${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \
${STAGEDIR}${PREFIX}/include/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.5
.include <bsd.port.mk>