mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
c179ecde0a
* kdepim is only needed for the kparts, which are not built anyways.
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= basket
|
|
PORTVERSION= 1.81
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= http://basket.kde.org/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Desktop organization tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgpgme.so:security/gpgme
|
|
|
|
USES= cmake gettext-tools kde:4 tar:bzip2
|
|
USE_XORG= xft xpm
|
|
USE_KDE= automoc4 kdelibs qimageblitz
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|