freebsd-ports/converters/libiconv/Makefile
Maxim Sobolev 4fa15927d2 Update to 1.5.1.
Submitted by:	ade
2001-02-09 19:36:45 +00:00

23 lines
498 B
Makefile

# New ports collection makefile for: libiconv
# Date created: 17 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libiconv
PORTVERSION= 1.5.1
CATEGORIES= converters devel
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
MAINTAINER= sobomax@FreeBSD.org
USE_LIBTOOL= yes
LIBTOOLFILES= configure libcharset/configure
CONFIGURE_ARGS= --enable-static
INSTALLS_SHLIB= yes
MAN1= giconv.1
MAN3= giconv.3 giconv_open.3 giconv_close.3
.include <bsd.port.mk>