summaryrefslogtreecommitdiff
path: root/converters/libiconv/Makefile
blob: dc731d892677928af267874679e5ab7281c48406 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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=		giconv.3 giconv_open.3 giconv_close.3

.include <bsd.port.mk>