aboutsummaryrefslogtreecommitdiffstats
path: root/mail/kshowmail/Makefile
blob: dbddcce4e1d9211712f72ecb755367b26754482a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
# $FreeBSD$

PORTNAME=   kshowmail
PORTVERSION=    4.1
PORTREVISION=   2
CATEGORIES= mail kde
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}%20for%20KDE4/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    POP3 mail checker for KDE

LICENSE=    GPLv2

USE_KDE4=   automoc4 kdehier kdeprefix kdelibs pimlibs
USE_QT4=    corelib dbus gui network svg xml \
        qmake_build uic_build rcc_build
USE_PERL5=  build
USES=       cmake gettext perl5

.include <bsd.port.mk>