diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 12:29:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 12:29:28 +0000 |
commit | d3abf3e60d4eaeac46c91fe2c5b770110b91ba74 (patch) | |
tree | ea407597fbefb9ff4049855d35ec7927eee10d13 /editors/klat4/Makefile | |
parent | db4e54cb4579283d3df7ad9a796c8af3bf28fcef (diff) | |
download | ports-d3abf3e60d4eaeac46c91fe2c5b770110b91ba74.tar.gz ports-d3abf3e60d4eaeac46c91fe2c5b770110b91ba74.zip |
A LaTeX source editor for KDE.
WWW: http://research.edm.uhasselt.be/jori/klat/
PR: ports/109080
Submitted by: laddassm
Notes
Notes:
svn path=/head/; revision=184986
Diffstat (limited to 'editors/klat4/Makefile')
-rw-r--r-- | editors/klat4/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/klat4/Makefile b/editors/klat4/Makefile new file mode 100644 index 000000000000..8598f1b105e5 --- /dev/null +++ b/editors/klat4/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: Klat +# Date created: Aug 8, 2006 +# Whom: laddassm +# +# $FreeBSD$ +# + +PORTNAME= klat +PORTVERSION= 0.5.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> |