diff options
author | agc <agc@pkgsrc.org> | 1999-08-24 12:22:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-24 12:22:35 +0000 |
commit | f6a81e40d72dd2c1412d167fac38861400b2f576 (patch) | |
tree | 0ac511deb8253ddf74bcb5a12ff8541fc5d196d7 /graphics/fnlib/Makefile | |
parent | 0951cbda4a1933f11ec8e91f4507535e61f75f9d (diff) | |
download | pkgsrc-f6a81e40d72dd2c1412d167fac38861400b2f576.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" |