2001-10-21 20:37:14 +02:00
|
|
|
# New ports collection makefile for: intltool
|
2001-01-19 19:11:08 +01:00
|
|
|
# Date created: 19th January 2001
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-10-21 20:37:14 +02:00
|
|
|
PORTNAME= intltool
|
2002-02-13 00:25:33 +01:00
|
|
|
PORTVERSION= 0.15
|
2001-01-19 19:11:08 +01:00
|
|
|
CATEGORIES= textproc gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
|
2002-02-13 00:25:33 +01:00
|
|
|
DIST_SUBDIR= gnome
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2001-01-19 19:11:08 +01:00
|
|
|
|
2002-02-13 00:25:33 +01:00
|
|
|
LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2001-01-19 19:11:08 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
2001-10-21 20:37:14 +02:00
|
|
|
MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
|
|
|
|
intltoolize.8
|
|
|
|
|
2002-02-13 00:25:33 +01:00
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "intltool-*.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|iconv -|giconv -|g'
|
|
|
|
|
2001-01-19 19:11:08 +01:00
|
|
|
.include <bsd.port.mk>
|