090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
23 lines
458 B
Makefile
23 lines
458 B
Makefile
# Ports collection makefile for: Klat
|
|
# Date created: Aug 8, 2006
|
|
# Whom: laddassm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= klat
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 2
|
|
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>
|