aboutsummaryrefslogtreecommitdiff
path: root/editors/kile-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/kile-kde4/Makefile')
-rw-r--r--editors/kile-kde4/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile
deleted file mode 100644
index 552a66d12e66..000000000000
--- a/editors/kile-kde4/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: kile
-# Date created: 21 Jun 2002
-# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kile
-PORTVERSION= 1.8.1
-PORTREVISION= 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
-
-CONFLICTS= kile-i18n-*
-
-USE_KDELIBS_VER=3
-USE_BZIP2= yes
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's| syntax||g' ${WRKSRC}/src/kile/Makefile.in
- @${FIND} ${WRKSRC}/translations -name Makefile.in | ${XARGS} \
- ${REINPLACE_CMD} -e 's|LANG)/doc|LANG)/kile|g'
-
-.include <bsd.port.mk>