summaryrefslogtreecommitdiff
path: root/textproc/expatobjc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/expatobjc/Makefile')
-rw-r--r--textproc/expatobjc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/expatobjc/Makefile b/textproc/expatobjc/Makefile
new file mode 100644
index 00000000000..a9bae852cf3
--- /dev/null
+++ b/textproc/expatobjc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/19 08:19:14 rh Exp $
+#
+
+DISTNAME= expatobjc-1.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expatobjc/}
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://expatobjc.sourceforge.net/
+COMMENT= Objective-C Wrapper for Expat
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+.include "../../textproc/expat/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"