freebsd-ports/print/ktexshell/Makefile
Ade Lovett 9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00

26 lines
591 B
Makefile

# New ports collection makefile for: ktexshell
# Date created: 28 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ktexshell
PORTVERSION= 0.4.0
CATEGORIES= print kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ktexshell
MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old
USE_KDELIBS_VER=2
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-patch:
@${PERL} -pi -e 's#libqt#libqt2#g' ${WRKSRC}/configure
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/ktexshell/Makefile.in
.include <bsd.port.mk>