freebsd-ports/print/ktexshell/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

27 lines
603 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
PORTREVISION= 1
CATEGORIES= print kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ktexshell
MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
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>