freebsd-ports/converters/libiconv/Makefile
Maxim Sobolev fd58e16048 As it was advertised more than a month ago complete giconv -> iconv
conversion by removing code which installs compatibility `g'-symlinks. This
change is likely to break the following ports:

ports/x11-wm/icewm
ports/databases/grass

Please blame their maintainers, not me.
2002-04-24 15:49:47 +00:00

25 lines
518 B
Makefile

# New ports collection makefile for: libiconv
# Date created: 17 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libiconv
PORTVERSION= 1.7
PORTREVISION= 3
CATEGORIES= converters devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.ilog.fr/pub/Users/haible/gnu/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
INSTALLS_SHLIB= yes
MAN1= iconv.1
MAN3= iconv.3 iconv_open.3 iconv_close.3
.include <bsd.port.mk>