mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= basket
|
|
PORTVERSION= 1.81
|
|
PORTREVISION= 9
|
|
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
|
|
USE_CXXSTD= gnu++98
|
|
|
|
.include <bsd.port.mk>
|