freebsd-ports/mail/kbiff/Makefile
Rene Ladan 059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00

21 lines
415 B
Makefile

# Created by: andreas
# $FreeBSD$
PORTNAME= kbiff
PORTVERSION= 4.0
PORTREVISION= 4
CATEGORIES= mail kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Mail notification utility for KDE with nice features
LICENSE= GPLv2
USE_KDE4= automoc4 kdelibs
USE_QT4= corelib dbus gui network svg xml \
qmake_build uic_build rcc_build
USE_PERL5= build
USES= cmake gettext perl5 tar:bzip2
.include <bsd.port.mk>