blob: 24f84f4a8ebe5b2c57ab1e8a1926151a7b3226ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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>
|