aboutsummaryrefslogtreecommitdiff
path: root/editors/kile-kde4/Makefile
blob: cd5f02fcea2565c269bde3233782b51b1f42de9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
# $FreeBSD$

PORTNAME=	kile
PORTVERSION=	2.1.3
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

USE_BZIP2=	yes
USES=		cmake
USE_QT4=	qmake_build moc_build rcc_build uic_build
USE_KDE4=	kdeprefix kdelibs automoc4 sharedmime kate_run
USE_TEX=	latex

LATEST_LINK=	${PORTNAME}-kde4

OPTIONS_DEFINE=	OKULAR
OKULAR_DESC=	Use Okular for viewing

NO_STAGE=	yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MOKULAR}
USE_KDE4+=	okular_run
.endif

.include <bsd.port.mk>