diff options
author | tv <tv@pkgsrc.org> | 1998-07-20 15:51:29 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-20 15:51:29 +0000 |
commit | d9b14f87bca564987cdeb3de0263be658dd33bfd (patch) | |
tree | b44da131f6bed34fb6a19fdcc703e1651166ce0a /graphics/tiff/Makefile | |
parent | 3dd8f720fd90802bb5d3ee37061acf795e1fa2cc (diff) | |
download | pkgsrc-d9b14f87bca564987cdeb3de0263be658dd33bfd.tar.gz |
Use libtool to create the shared library. Strip binaries using
BSD_INSTALL_PROGRAM.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 45bd9b0c87e..e9173ca91d7 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/07/15 11:24:51 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/20 15:51:29 tv Exp $ DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4 @@ -10,11 +10,12 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= tron@netbsd.org +BUIL_DDEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool DEPENDS+= jpeg-6b:../../graphics/jpeg HAS_CONFIGURE= yes CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR} -CONFIGURE_ENV+= PREFIX=${PREFIX} +CONFIGURE_ENV+= PREFIX=${PREFIX} GCOPTS=-O MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" LN="${LN}" .include "../../mk/bsd.pkg.mk" |