freebsd-ports/textproc/intltool/Makefile
Tobias C. Berner 28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00

24 lines
556 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= desktop@FreeBSD.org
COMMENT= Tools to internationalize various kinds of data files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>