diff options
author | agc <agc> | 1999-08-24 12:22:35 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-24 12:22:35 +0000 |
commit | 6e67b6a3985a55e958aa244bf264af1d856ccdb8 (patch) | |
tree | 0ac511deb8253ddf74bcb5a12ff8541fc5d196d7 /graphics/fnlib/Makefile | |
parent | a67f7ab7709cc6b3b5b4c76dfb5796338960d0cc (diff) | |
download | pkgsrc-6e67b6a3985a55e958aa244bf264af1d856ccdb8.tar.gz |
Adapt this package to pkgsrc standards:
+ delete redundant PKGNAME definition
+ use pkglibtool, and install the .la archives
+ add comment to PLIST
+ add patch-sum file
Diffstat (limited to 'graphics/fnlib/Makefile')
-rw-r--r-- | graphics/fnlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 0a440d30ae3..2156a28a3b3 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 1999/03/30 04:52:44 garbled Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/24 12:22:35 agc Exp $ DISTNAME= fnlib-0.4 -PKGNAME= fnlib-0.4 CATEGORIES= x11 graphics MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ @@ -12,5 +11,7 @@ DEPENDS+= imlib-1.9.4:../../graphics/imlib GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11BASE= yes +USE_LIBTOOL= yes +LIBTOOL_FLAGS= --install-la .include "../../mk/bsd.pkg.mk" |