1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/deskutils/katapult/Makefile
Ion-Mihai Tetcu f9e2141b09 Katapult is a KDE application that gives you faster access to
your applications, bookmarks, and more! It is plugin-based and
can launch anything it has a plugin for. Its plugin-driven
appearance is completely customizable. Katapult was inspired
by Quicksilver for OS X, and it is written in C++.

WWW: http://wiki.thekatapult.org.uk/Home

PR:		ports/104324
Submitted by:	Yu-Xi Lim <yuxi at gmx.net>
2006-12-03 06:06:30 +00:00

33 lines
741 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
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.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= doesn't buiold
.endif
.include <bsd.port.post.mk>