summaryrefslogblamecommitdiff
path: root/print/ktexshell/Makefile
blob: a84e5c5e89c9a7e17936aaaee914f0bfd9904c55 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                             
                 





                                          
                                                
 
                 

                   





                                                                                          
# 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.4:${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>