mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
cf118ccf87
Reported by: lwhsu
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# 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>
|