mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
19 lines
434 B
Makefile
19 lines
434 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cervisia
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= devel kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= CVS Frontend for KDE
|
|
|
|
USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= dbusaddons doctools ecm iconthemes init itemviews kdesu \
|
|
notifications parts widgetsaddons
|
|
USE_QT= core dbus gui widgets \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|