freebsd-ports/converters/iconv/Makefile
Steve Price ab6560f129 Initial import of iconve version 0.2.
A charset conversion library and asscociated set of utitilies.

PR:		14012
Submitted by:	Konstantin Chuguev <joy@urc.ac.ru>
1999-11-01 03:30:59 +00:00

19 lines
369 B
Makefile

# New ports collection makefile for: iconv
# Version required: 0.1
# Date created: 21 Sep 1999
# Whom: joy@urc.ac.ru
#
# $FreeBSD$
#
DISTNAME= iconv-0.2
CATEGORIES= converters
MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/
MAINTAINER= joy@urc.ac.ru
MAN1= iconv.1
MAN3= iconv.3 iconv_close.3 iconv_open.3
MANCOMPRESSED= yes
.include <bsd.port.mk>