forked from Lainports/freebsd-ports
- Remove leftover INSTALLS_SHLIB PR: ports/105655 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> (maintainer)
27 lines
510 B
Makefile
27 lines
510 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.r4
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=kbfx
|
|
DISTNAME= ${PORTNAME}-0.4.9.2rc4
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= A new K-menu for KDE
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|