freebsd-ports/editors/kile-kde4/Makefile
Markus Brueffer cd5c893578 - Update to 1.6.1
- Use SIZE in distinfo
- Change mastersite (old one doesn't carry the new version)

PR:		62132
Approved by:	arved (mentor)
2004-02-24 20:45:03 +00:00

29 lines
638 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.6.1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= stefan.jahn@nemesis-sektor.de
COMMENT= A LaTeX source editor for KDE
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>