c24a4bb0fc
PR: 52893 Submitted by: KATO Tsuguru <tkato@prontomail.com>
32 lines
704 B
Makefile
32 lines
704 B
Makefile
# New ports collection makefile for: libiconv
|
|
# Date created: 17 July 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libiconv
|
|
PORTVERSION= 1.9.1
|
|
CATEGORIES= converters devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A character set conversion library
|
|
|
|
USE_REINPLACE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNOME= gnometarget
|
|
LIBTOOLFILES= configure libcharset/configure
|
|
CONFIGURE_ARGS= --enable-static \
|
|
--without-libintl-prefix
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= iconv.1
|
|
MAN3= iconv.3 iconv_open.3 iconv_close.3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's:ei_ksc5601:ei_euc_kr:g' ${WRKSRC}/lib/aliases.h
|
|
|
|
.include <bsd.port.mk>
|