2e9af81b9a
- While here, remove the patches to install the headers in a prefix; there currently is only one grantlee version in the tree, so no reason to make life harder for ourselves.
25 lines
619 B
Makefile
25 lines
619 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= grantleetheme
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE PIM grantleetheme
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
|
|
pkgconfig qt:5 tar:xz
|
|
USE_KDE= attica auth codecs config configwidgets coreaddons ecm i18n \
|
|
iconthemes newstuff service widgetsaddons xmlgui
|
|
USE_QT= core dbus gui network testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|