2003-06-13 14:15:44 +02:00
|
|
|
# New ports collection makefile for: kile
|
2002-06-23 07:59:27 +02:00
|
|
|
# Date created: 21 Jun 2002
|
|
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kile
|
2004-01-19 17:16:45 +01:00
|
|
|
PORTVERSION= 1.6
|
2002-06-23 07:59:27 +02:00
|
|
|
CATEGORIES= editors kde
|
2003-06-13 14:15:44 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
|
|
MASTER_SITE_SUBDIR=stable/apps/KDE3.x/office
|
2002-06-23 07:59:27 +02:00
|
|
|
|
|
|
|
MAINTAINER= stefan.jahn@nemesis-sektor.de
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= A LaTeX source editor for KDE
|
2002-06-23 07:59:27 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2003-07-31 21:46:59 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-06-23 07:59:27 +02:00
|
|
|
|
2003-07-31 21:46:59 +02:00
|
|
|
post-extract:
|
2004-01-19 17:16:45 +01:00
|
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
|
2003-07-31 21:46:59 +02:00
|
|
|
|
2004-01-19 17:16:45 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.post.mk>
|