summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-07-24 01:56:59 +0000
committertv <tv@pkgsrc.org>1998-07-24 01:56:59 +0000
commita75a2272cdba8bba4c8412d13c47b6c1654fca7a (patch)
tree4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /graphics
parent519925679a875824eb9fc2abd0338a15730e86e1 (diff)
downloadpkgsrc-a75a2272cdba8bba4c8412d13c47b6c1654fca7a.tar.gz
Update to use USE_LIBTOOL.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/giflib/Makefile6
-rw-r--r--graphics/jpeg/Makefile8
-rw-r--r--graphics/mpeg-lib/Makefile9
-rw-r--r--graphics/png/Makefile5
4 files changed, 11 insertions, 17 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 61453ef46fd..69adf657ff0 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/14 19:55:49 tv Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/24 01:57:00 tv Exp $
# FreeBSD Id: Makefile,v 1.2 1997/09/24 06:55:01 tg Exp
#
@@ -8,9 +8,7 @@ MASTER_SITES= http://www.ccil.org/~esr/giflib/
MAINTAINER= packages@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
-
-MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool
+USE_LIBTOOL= yes
post-install:
@${MKDIR} ${PREFIX}/share/doc/giflib
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 074710e907a..a54281638b9 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/17 14:33:52 tv Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/24 01:57:00 tv Exp $
#
DISTNAME= jpegsrc.v6b
@@ -8,11 +8,11 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
MAINTAINER= mycroft@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+USE_LIBTOOL= yes
-WRKSRC= ${WRKDIR}/jpeg-6b
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool
INSTALL_TARGET= install install-lib
+WRKSRC= ${WRKDIR}/jpeg-6b
+
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile
index fda6df71050..58c1ab178fe 100644
--- a/graphics/mpeg-lib/Makefile
+++ b/graphics/mpeg-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/07/14 19:29:27 tv Exp $
+# $NetBSD: Makefile,v 1.9 1998/07/24 01:57:00 tv Exp $
DISTNAME= mpeg_lib-1.2.1
PKGNAME= mpeg-1.2.1
@@ -9,17 +9,14 @@ MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ \
MAINTAINER= tron@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
-
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool
WRKSRC= ${WRKDIR}/mpeg_lib
do-install:
cd ${WRKSRC} && \
- ${PREFIX}/bin/libtool --mode=install ${INSTALL_DATA} \
- libmpeg.la ${PREFIX}/lib/
+ ${LIBTOOL} ${INSTALL_DATA} libmpeg.la ${PREFIX}/lib/
${INSTALL_DATA} ${WRKSRC}/mpeg.h ${PREFIX}/include/
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 83f668a9f46..054c376bd24 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/07/15 11:45:54 tv Exp $
+# $NetBSD: Makefile,v 1.10 1998/07/24 01:57:00 tv Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp
#
@@ -9,11 +9,10 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
MAINTAINER= packages@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+USE_LIBTOOL= yes
CONFLICTS= png-0.96
MAKEFILE= scripts/makefile.std
-MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool
.include "../../mk/bsd.pkg.mk"