diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-17 15:47:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-17 15:47:13 +0000 |
commit | 41cfa4f1b04b9f15fd644043d79eae364bb49056 (patch) | |
tree | e4b47565ffe10d1207f9347982d5ad31286a329c /converters/libiconv/Makefile | |
parent | 9c16f3257fecc55ec18a2d22b8bb62f0a8f56d7e (diff) |
Notes
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 20 |
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> |