471e1146e3
- Add License - Stage support PR: 186735 Submitted by: ports fury
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# 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)
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
USE_KDE4= automoc4 kate kdelibs kdeprefix
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|