1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/textproc/intltool/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

21 lines
506 B
Makefile

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= intltool
PORTVERSION= 0.51.0
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Tools to internationalize various kinds of data files
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= iconv gmake perl5
GNU_CONFIGURE= yes
.include <bsd.port.mk>