mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
ae71a857a1
- Set TEST_TARGET PR: 203549 Exp-run by: antoine Approved by: portmgr (antoine)
19 lines
483 B
Makefile
19 lines
483 B
Makefile
# $FreeBSD$
|
|
|
|
# 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.19.6
|
|
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
|
|
|
|
DATADIR= ${PREFIX}/share/gettext
|
|
DOCSDIR= ${PREFIX}/share/doc/gettext
|