mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
4d685e8275
Approved by: portmgr (blanket)
17 lines
383 B
Makefile
17 lines
383 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= cpe gettext-runtime:run gettext-tools:run metaport
|
|
|
|
CPE_VENDOR= gnu
|
|
|
|
.include <bsd.port.mk>
|