blob: e4b5071e7432577c057734bffcb6ed27b981868d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
## New ports collection makefile for: kshowmail
# Date created: Sat Oct 18 14:01:21 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= kshowmail
PORTVERSION= 4.1
PORTREVISION= 1
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=yes
USES= cmake gettext
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
|