mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
99425922de
PR: 218524 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10331
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= attica
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Open Collaboration Services API library KDE5 version
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 pathfix tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core gui network qmake_build testlib_build widgets
|
|
|
|
.include <bsd.port.mk>
|