diff options
author | steve <steve@FreeBSD.org> | 1999-08-01 10:43:16 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-01 10:43:16 +0800 |
commit | 4b5c486f0c15f64103a3946884fc9c3cc4a0ab98 (patch) | |
tree | 296cfbee97093ba6f0d447db629c96df667ee370 /graphics/gd | |
parent | 3011c7ddb25d63d5e79e2465e3f539025a7829cd (diff) | |
download | freebsd-ports-gnome-4b5c486f0c15f64103a3946884fc9c3cc4a0ab98.tar.gz freebsd-ports-gnome-4b5c486f0c15f64103a3946884fc9c3cc4a0ab98.tar.zst freebsd-ports-gnome-4b5c486f0c15f64103a3946884fc9c3cc4a0ab98.zip |
Install the header files in the right place and make this port package
again after the upgrade.
PR: 12889
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 6 | ||||
-rw-r--r-- | graphics/gd/pkg-plist | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 739204d377ba..598854450be0 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.6 1999/07/13 23:59:52 asami Exp $ +# $Id: Makefile,v 1.7 1999/07/24 23:56:41 billf Exp $ # DISTNAME= gd-1.6.2 @@ -16,7 +16,9 @@ MAINTAINER= jeff@cetlink.net LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" +CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd pre-install: ${MKDIR} ${PREFIX}/include/gd diff --git a/graphics/gd/pkg-plist b/graphics/gd/pkg-plist index 244f155b9b6e..4fee7f4df3d7 100644 --- a/graphics/gd/pkg-plist +++ b/graphics/gd/pkg-plist @@ -13,8 +13,8 @@ include/gd/gdfontmb.h include/gd/gdfonts.h include/gd/gdfontt.h lib/libgd.a -lib/libgd.la -share/examples/gd/demoin.gif -share/examples/gd/index.html +lib/libgd.so +lib/libgd.so.0 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/gd -@dirrm share/examples/gd |