summaryrefslogtreecommitdiff
path: root/graphics/fnlib/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-08-24 12:22:35 +0000
committeragc <agc>1999-08-24 12:22:35 +0000
commit6e67b6a3985a55e958aa244bf264af1d856ccdb8 (patch)
tree0ac511deb8253ddf74bcb5a12ff8541fc5d196d7 /graphics/fnlib/Makefile
parenta67f7ab7709cc6b3b5b4c76dfb5796338960d0cc (diff)
downloadpkgsrc-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/Makefile5
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"