aboutsummaryrefslogtreecommitdiffstats
path: root/editors/klat4/Makefile
blob: 9303aa855b2423280c44493a1e12041cbd5336dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: laddassm
# $FreeBSD$

PORTNAME=   klat4
PORTVERSION=    0.6.1
PORTREVISION=   11
CATEGORIES= editors
MASTER_SITES=   http://klat.algebraic.ru/

MAINTAINER= ports@FreeBSD.org
COMMENT=    LaTeX source editor for KDE4

LICENSE=    GPLv2 # (or later)

USES=       cmake tar:bzip2
USE_KDE4=   automoc4 kate kdelibs kdeprefix
USE_QT4=    moc_build qmake_build rcc_build uic_build

.include <bsd.port.mk>