1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/deskutils/basket/Makefile
Tobias C. Berner c179ecde0a Don't depend unnecessarily on kdepim4. The dependency needed is kdelibs.
* kdepim is only needed for the kparts, which are not built anyways.
2017-06-22 18:20:08 +00:00

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>