aboutsummaryrefslogtreecommitdiff
path: root/deskutils/basket/Makefile
blob: 924a39fe94a2aca7d555034c3a7a5602a48023b3 (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
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
# $FreeBSD$

PORTNAME=	basket
PORTVERSION=	1.81
CATEGORIES=	deskutils kde
MASTER_SITES=	http://basket.kde.org/downloads/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Desktop organization tool

LICENSE=	GPLv2

LIB_DEPENDS=	gpgme:${PORTSDIR}/security/gpgme

USE_BZIP2=	yes
USE_XORG=	xft xpm
USE_KDE4=	automoc4 kdeprefix pimlibs qimageblitz
USE_QT4=	moc_build qmake_build rcc_build uic_build
USES=		cmake
USE_LDCONFIG=	yes

NO_STAGE=	yes
.include <bsd.port.mk>