diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 2a8116629fbb51c0b6a7a02125828e71479a08be (patch) | |
tree | b9d00a96d9965a4af62f13b8159dc00d5216388f /graphics | |
parent | 4bf3ca31ea08ba708c33ef3dbc6b228c30a59293 (diff) | |
download | FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.zip FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.tar.gz |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Hermes/Makefile | 4 | ||||
-rw-r--r-- | graphics/Hermes/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/aalib/Makefile | 9 | ||||
-rw-r--r-- | graphics/aalib/pkg-plist | 2 | ||||
-rw-r--r-- | graphics/gtkdps/Makefile | 4 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 1 |
6 files changed, 6 insertions, 15 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 89b80cc..dc73fb5 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -3,7 +3,7 @@ # Date created: 29 April 1999 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 04:19:23 steve Exp $ # DISTNAME= Hermes-1.2.4 @@ -12,7 +12,7 @@ MASTER_SITES= http://hermes.terminal.at/files/ MAINTAINER= andy@icc.surw.chel.su -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_GMAKE= yes post-install: diff --git a/graphics/Hermes/pkg-plist b/graphics/Hermes/pkg-plist index 8e670ee..e36f781 100644 --- a/graphics/Hermes/pkg-plist +++ b/graphics/Hermes/pkg-plist @@ -5,7 +5,6 @@ include/Hermes/H_Pal.h include/Hermes/Hermes.h include/Hermes/Types.h lib/libHermes.a -lib/libHermes.la lib/libHermes.so lib/libHermes.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index c13aa45..a6bff37 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Dec 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.5 1998/04/19 10:26:47 andreas Exp $ +# $Id: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $ # DISTNAME= aalib-1.2 @@ -12,12 +12,7 @@ MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/ MAINTAINER= andy@icc.surw.chel.su -GNU_CONFIGURE= yes - -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi +USE_LIBTOOL= yes post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/aalib/pkg-plist b/graphics/aalib/pkg-plist index 9a2c5b5..05b1522 100644 --- a/graphics/aalib/pkg-plist +++ b/graphics/aalib/pkg-plist @@ -4,12 +4,10 @@ bin/aasavefont bin/aatest include/aalib.h lib/libaa.a -lib/libaa.la lib/libaa.so lib/libaa.so.1.3 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec install-info --delete %D/info/aalib.info %D/info/dir info/aalib.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/aalib.info %D/info/dir diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index fc0f4796..c8ce4c6 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/01/12 16:50:44 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/22 21:47:37 nectar Exp $ # DISTNAME= gtkDPS-0.2.16 @@ -19,7 +19,7 @@ BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_X_PREFIX= yes post-install: diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist index 4cb6eb0..fa7d77d 100644 --- a/graphics/gtkdps/pkg-plist +++ b/graphics/gtkdps/pkg-plist @@ -7,7 +7,6 @@ include/gtkDPS/gtkDPScontext.h include/gtkDPS/gtkDPSfontpanel.h include/gtkDPS/gtkDPSwidget.h lib/libgtkDPS.a -lib/libgtkDPS.la lib/libgtkDPS.so lib/libgtkDPS.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |