blob: cf0fbd16c87e8d44c9d5d310e0678f245f54f1e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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.
DISTVERSION= 0.23.1
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
LTO_UNSAFE= yes
|