aboutsummaryrefslogtreecommitdiff
path: root/devel/inilib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/inilib/Makefile')
-rw-r--r--devel/inilib/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/inilib/Makefile b/devel/inilib/Makefile
new file mode 100644
index 000000000000..da7512cf822b
--- /dev/null
+++ b/devel/inilib/Makefile
@@ -0,0 +1,19 @@
+# ex:ts=8
+# New ports collection makefile for: inilib
+# Date created: Oct 10, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= inilib
+PORTVERSION= 1.0.6
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>