summaryrefslogtreecommitdiff
path: root/devel/libproplist/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-02-02 09:43:46 +0000
committertron <tron@pkgsrc.org>1999-02-02 09:43:46 +0000
commite60d4ee6cca199ab693e1806222a60bc25acd4b4 (patch)
treed43e9ae5beeb2eff53d0559c1c89802ff7bdaa29 /devel/libproplist/Makefile
parent3bea994cc620b92480199b33159794bdea00fc54 (diff)
downloadpkgsrc-e60d4ee6cca199ab693e1806222a60bc25acd4b4.tar.gz
New "libproplist" package supplied by Johnny C. Lam in PR pkg/6917:
GNUstep/OPENSTEP property lists compatibility library
Diffstat (limited to 'devel/libproplist/Makefile')
-rw-r--r--devel/libproplist/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile
new file mode 100644
index 00000000000..cfb969bc2f1
--- /dev/null
+++ b/devel/libproplist/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/02/02 09:43:46 tron Exp $
+#
+
+DISTNAME= libPropList-0.8.3
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/ \
+ ftP://ftp.gnome.org/pub/libPropList/
+
+MAINTAINER= lamj@stat.cmu.edu
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"