freebsd-ports/devel/gettext-old/Makefile
Ade Lovett f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00

33 lines
739 B
Makefile

# New ports collection makefile for: gettext
# Date created: 16 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= gettext
PORTVERSION= 0.10.35
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
MAINTAINER= portmgr@FreeBSD.org
#BROKEN= "De-orbit burn sequence initiated"
USE_LIBTOOL= yes
CONFIGURE_ARGS= --disable-shared
pre-configure:
${RM} ${WRKSRC}/doc/gettext.info*
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/misc/gettextize \
${PREFIX}/bin/gettextize-old
.for file in gettext msgcmp msgcomm msgfmt msgmerge msgunfmt xgettext
${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin/${file}-old
.endfor
.include <bsd.port.mk>