6323cc1c89
PR: 21169 Submitted by: maintainer
22 lines
465 B
Makefile
22 lines
465 B
Makefile
# New ports collection makefile for: iconv
|
|
# Date created: 21 September 1999
|
|
# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iconv
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/
|
|
|
|
MAINTAINER= Konstantin.Chuguev@dante.org.uk
|
|
|
|
USE_PERL5= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= iconv.1
|
|
MAN3= iconv.3 iconv_open.3 iconv_close.3
|
|
|
|
.include <bsd.port.mk>
|