freebsd-ports/converters/iconv/Makefile
Alexander Nedotsukov 13f0462994 danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locally
and fix fetching.

Reported by:	kris
2005-02-19 04:04:58 +00:00

31 lines
607 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= 2.0
PORTREVISION= 3
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Charset conversion library and utilities
USE_PERL5= yes
INSTALLS_SHLIB= yes
MANCOMPRESSED= yes
MAN1= biconv.1
MAN3= biconv.3 biconv_open.3 biconv_close.3
.if defined(NOPROFILE)
PLIST_SUB= PROFILE:="@comment "
.else
PLIST_SUB= PROFILE:=""
.endif
.include <bsd.port.mk>