aboutsummaryrefslogtreecommitdiff
path: root/converters/libiconv/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-17 15:47:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-17 15:47:13 +0000
commit41cfa4f1b04b9f15fd644043d79eae364bb49056 (patch)
treee4b47565ffe10d1207f9347982d5ad31286a329c /converters/libiconv/Makefile
parent9c16f3257fecc55ec18a2d22b8bb62f0a8f56d7e (diff)
Notes
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r--converters/libiconv/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
new file mode 100644
index 000000000000..08e4dd5b0ab0
--- /dev/null
+++ b/converters/libiconv/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: libiconv
+# Date created: 17 July 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libiconv
+PORTVERSION= 1.3
+CATEGORIES= converters devel
+MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
+
+MAINTAINER= sobomax@FreeBSD.org
+
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+MAN3= iconv.3 iconv_open.3 iconv_close.3
+
+.include <bsd.port.mk>