1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/mail/kbiff/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

31 lines
572 B
Makefile

# New ports collection makefile for: kbiff
# Date created: So 14 Jun 1998 13:09:18 CEST
# Whom: andreas
#
# $FreeBSD$
#
PORTNAME= kbiff
PORTVERSION= 4.0
PORTREVISION= 1
CATEGORIES= mail kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Mail notification utility for KDE with nice features
LICENSE= GPLv2
USE_BZIP2= yes
USE_KDE4= automoc4 kdehier kdeprefix kdelibs
USE_QT4= corelib dbus gui network svg xml \
qmake_build uic_build rcc_build
USE_PERL5_BUILD=yes
USE_GETTEXT= yes
USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
MAN1= kbiff.1
.include <bsd.port.mk>