blob: eaac7746d362a6ff2a21303596b1f751a42d261a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|