35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
PORTNAME= basket
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.49a-46
|
|
DISTVERSIONSUFFIX= -g60e38c6
|
|
PORTREVISION= 10
|
|
CATEGORIES= deskutils kde
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Desktop organization tool
|
|
WWW= https://basket-notepads.github.io/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme \
|
|
libgit2.so:devel/libgit2
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \
|
|
kde:5 pkgconfig qt:5 shared-mime-info tar:bzip2 xorg
|
|
USE_KDE= ecm archive auth codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons doctools filemetadata globalaccel \
|
|
guiaddons i18n iconthemes jobwidgets kcmutils kio \
|
|
notifications parts service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network phonon4 testlib widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= basket-notepads
|
|
|
|
PLIST_SUB= QT5_VERSION=${QT5_VERSION}
|
|
|
|
.include <bsd.port.mk>
|