freebsd-ports/misc/kbfx/Makefile
Alex Kozlov 08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00

22 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= kbfx
PORTVERSION= 0.4.9.3.1
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/Source%20Packages/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= New K-menu for KDE
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USES= cmake gettext
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
.include <bsd.port.mk>