aboutsummaryrefslogtreecommitdiffstats
path: root/converters/iconv/Makefile
blob: 4586eb1ec8de72d156edf1b33574cc470dbaba59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
USE_LDCONFIG=   yes

MANCOMPRESSED=  yes
MAN1=       biconv.1
MAN3=       biconv.3 biconv_open.3 biconv_close.3

.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE)
PLIST_SUB=  PROFILE:="@comment "
.else
PLIST_SUB=  PROFILE:=""
.endif

.include <bsd.port.mk>