efa63f6ba4
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
26 lines
460 B
Makefile
26 lines
460 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.3.1
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=kbfx
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= A new K-menu for KDE
|
|
|
|
USE_CMAKE= yes
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|