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
|
2003-07-31 21:46:59 +02:00
|
|
|
PORTVERSION= 1.5.2
|
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
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|