mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
14 lines
398 B
Makefile
14 lines
398 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.
|
|
|
|
PORTVERSION= 0.21
|
|
PORTREVISION?= 0 # Leave this zero. Set in Makefile instead.
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU/gettext
|
|
DISTNAME= gettext-${PORTVERSION}
|
|
|
|
MAINTAINER?= tijl@FreeBSD.org
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../gettext/distinfo
|