blob: 9b99cb240fbe9ba7256c4cd07e46871f97ea8a7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
WWW= https://www.gnu.org/software/gettext/
.include "${.CURDIR}/../gettext/Makefile.common"
USES= gettext-runtime:run gettext-tools:run metaport
.include <bsd.port.mk>
|