blob: 09582348606452754bb3cef4b25164ce146dec28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: Klat
# Date created: Aug 8, 2006
# Whom: laddassm
#
# $FreeBSD$
#
PORTNAME= klat
PORTVERSION= 0.5.1
PORTREVISION= 5
CATEGORIES= editors
MASTER_SITES= http://research.edm.uhasselt.be/jori/klat/ \
http://research.edm.luc.ac.be/jori/klat/
MAINTAINER= laddassm@gmail.com
COMMENT= A LaTeX source editor for KDE
GNU_CONFIGURE= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|