freebsd-ports/editors/kile-kde4/Makefile
Markus Brueffer e8b006bbfe - Update to version 1.7.1
- Don't install two files which already get installed by x11/kdelibs3 [1]

Submitted by:	pointyhat via kris [1]
2004-12-22 00:06:15 +00:00

32 lines
707 B
Makefile

# New ports collection makefile for: kile
# Date created: 21 Jun 2002
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
#
# $FreeBSD$
#
PORTNAME= kile
PORTVERSION= 1.7.1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= markus@FreeBSD.org
COMMENT= A LaTeX source editor for KDE
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
USE_KDELIBS_VER=3
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's| syntax||g' ${WRKSRC}/kile/Makefile.in
.include <bsd.port.mk>