25 lines
544 B
Makefile
25 lines
544 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.31
|
|
CATEGORIES= editors kde
|
|
MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/kile/
|
|
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|