2000-07-17 17:47:13 +02:00
|
|
|
# New ports collection makefile for: libiconv
|
|
|
|
# Date created: 17 July 2000
|
2000-11-01 16:51:11 +01:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-17 17:47:13 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libiconv
|
2001-08-26 02:53:03 +02:00
|
|
|
PORTVERSION= 1.7
|
2002-04-24 17:49:47 +02:00
|
|
|
PORTREVISION= 3
|
2000-07-17 17:47:13 +02:00
|
|
|
CATEGORIES= converters devel
|
2001-04-02 11:05:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
ftp://ftp.ilog.fr/pub/Users/haible/gnu/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-07-17 17:47:13 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-07-17 17:47:13 +02:00
|
|
|
|
2001-08-27 11:39:53 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-02-09 20:36:45 +01:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
2000-07-17 17:47:13 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2002-03-18 10:43:25 +01:00
|
|
|
MAN1= iconv.1
|
|
|
|
MAN3= iconv.3 iconv_open.3 iconv_close.3
|
|
|
|
|
2000-07-17 17:47:13 +02:00
|
|
|
.include <bsd.port.mk>
|