freebsd-ports/editors/kile-kde4/Makefile

38 lines
928 B
Makefile
Raw Normal View History

# New ports collection makefile for: kile
# Date created: 21 Jun 2002
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
#
# $FreeBSD$
#
PORTNAME= kile
2010-05-22 17:43:10 +02:00
DISTVERSION= 2.1b4
CATEGORIES= editors kde
2009-09-12 19:08:04 +02:00
MASTER_SITES= SF/${PORTNAME}/unstable/${PORTNAME}-${DISTVERSION}
2009-09-12 19:08:04 +02:00
MAINTAINER= makc@FreeBSD.org
2003-02-21 12:38:28 +01:00
COMMENT= A LaTeX source editor for KDE
BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
identify:${PORTSDIR}/graphics/ImageMagick
USE_BZIP2= yes
2009-09-12 19:08:04 +02:00
USE_CMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
USE_KDE4= kdeprefix kdelibs automoc4
MAKE_JOBS_SAFE= yes
2009-09-12 19:08:04 +02:00
LATEST_LINK= ${PORTNAME}-kde4
2010-05-22 17:43:10 +02:00
OPTIONS= OKULAR "Use Okular for viewing" off
2009-09-12 19:08:04 +02:00
.include <bsd.port.options.mk>
2009-09-12 19:08:04 +02:00
.if !defined(WITHOUT_OKULAR)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/okular:${PORTSDIR}/graphics/kdegraphics4
.endif
2009-09-12 19:08:04 +02:00
.include <bsd.port.mk>