aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext/Makefile
blob: 6fd2591d6d9a5551ba25c3c03ef1134495cd1f1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

# NOTE: before committing to this port, contact portmgr to arrange for an
# experimental ports run.  Untested commits may be backed out at portmgr's
# discretion.

PORTNAME=	gettext
PORTREVISION=	0

COMMENT=	GNU gettext meta package

.include "${.CURDIR}/../gettext/Makefile.common"

USES=		gettext-runtime:run gettext-tools:run metaport

.include <bsd.port.mk>