aboutsummaryrefslogtreecommitdiff
path: root/converters/bsdconv/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-05 22:10:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-05 22:10:00 +0000
commit872ac75444d3bdd1d8bd9feea065940999e240e9 (patch)
tree533877a563cfdbb009e22ed51850ad94e6269cd3 /converters/bsdconv/Makefile
parent13535ddcf73e4538c9e215f60ef8a5d20f8726f8 (diff)
downloadports-872ac75444d3bdd1d8bd9feea065940999e240e9.tar.gz
ports-872ac75444d3bdd1d8bd9feea065940999e240e9.zip
Notes
Diffstat (limited to 'converters/bsdconv/Makefile')
-rw-r--r--converters/bsdconv/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile
new file mode 100644
index 000000000000..4f546b5303fb
--- /dev/null
+++ b/converters/bsdconv/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: bsdconv
+# Date created: 23 May 2009
+# Whom: buganini@gmail.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= bsdconv
+PORTVERSION= 1.11
+CATEGORIES= converters
+MASTER_SITES= http://security-hole.info/distfile/
+DISTNAME= buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371
+
+MAINTAINER= buganini@gmail.com
+COMMENT= BSD licensed charset/encoding converter library
+
+USE_LDCONFIG= yes
+
+do-build:
+ cd ${WRKSRC} && \
+ make PREFIX=${LOCALBASE}
+
+.include <bsd.port.mk>