mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# Ports collection makefile for: klat4
|
|
# Date created: 14 September 2008
|
|
# Whom: laddassm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= klat4
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.algebraic.ru/klat4/
|
|
|
|
MAINTAINER= laddassm@gmail.com
|
|
COMMENT= A LaTeX source editor for KDE4
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_KDE4= kdeprefix kdelibs automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|