1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/deskutils/katapult/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

28 lines
667 B
Makefile

# New ports collection makefile for: katapult
# Date created: 11 October 2006
# Whom: Yu-Xi Lim <yuxi@gmx.net>
#
# $FreeBSD$
#
PORTNAME= katapult
PORTVERSION= 0.3.1.3
PORTREVISION= 2
CATEGORIES= deskutils kde
MASTER_SITES= http://superb-east.dl.sourceforge.net/sourceforge/katapult/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= yuxi@gmx.net
COMMENT= Fast, extensible launcher for KDE similar to Quicksilver on OSX
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= ${PREFIX}/lib/ ${PREFIX}/lib/kde3/
INSTALLS_ICONS= yes
USE_GETTEXT= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>