1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/intltool/Makefile
Ade Lovett eb35f6ef56 Update to 0.15, and forcibly use converters/libiconv (in particular giconv).
Requested by:	roger (on gnome list)
Reviewed by:	sobomax (on gnome list)
2002-02-12 23:25:33 +00:00

31 lines
646 B
Makefile

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