blob: c5fde2f9b59421fe7eb60f5ab5da97c6b6b770c1 (
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
|
# Ports collection makefile for: Klat
# Date created: Aug 8, 2006
# Whom: laddassm
#
# $FreeBSD$
#
PORTNAME= klat
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://research.edm.uhasselt.be/jori/klat/ \
http://research.edm.luc.ac.be/jori/klat/
MAINTAINER= laddassm@hotmail.com
COMMENT= A LaTeX source editor for KDE
GNU_CONFIGURE= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|