1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/editors/kile-kde4/Makefile
2014-05-12 10:53:41 +00:00

25 lines
596 B
Makefile

# Created by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
# $FreeBSD$
PORTNAME= kile
PORTVERSION= 2.1.3
PORTREVISION= 2
CATEGORIES= editors kde
MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= LaTeX source editor for KDE
RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick
USES= cmake shared-mime-info tar:bzip2
USE_QT4= qmake_build moc_build rcc_build uic_build
USE_KDE4= kdeprefix kdelibs automoc4 kate_run
USE_TEX= latex
OPTIONS_DEFINE= OKULAR
OKULAR_DESC= Use Okular for viewing
OKULAR_USE= KDE4=okular_run
.include <bsd.port.mk>