freebsd-ports/misc/kbfx/Makefile
Martin Wilke 42f1a7d89c KBFX is an alternative to the classical K-Menu button and it's menu.
It improves the user experience by enabling the user to set a bigger start
button and by finally replacing the Win95-like K-Menu. But if you still want
the old menu, because you're used to it, it is still available as an option
in kbfx.

WWW:    http://www.kbfx.org/

PR:		ports/101059
Submitted by:	Max Brazhnikov <makc(at)issp.ac.ru>
Approved by:	krion (mentor)
2006-08-05 10:58:17 +00:00

26 lines
497 B
Makefile

# New ports collection makefile for: kbfx
# Date created: 2006-07-30
# Whom: makc <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= kbfx
PORTVERSION= 0.4.9.2.r1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=kbfx
DISTNAME= ${PORTNAME}-0.4.9.2rc1
MAINTAINER= makc@issp.ac.ru
COMMENT= A new K-menu for KDE
USE_QT_VER= 3
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>