freebsd-ports/net/libkvkontakte/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
515 B
Makefile

PORTNAME= libkvkontakte
DISTVERSION= 5.0.0
PORTREVISION= 4
CATEGORIES= net kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
DIST_SUBDIR= KDE/digikam
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE library for accessing vk.com
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons ecm i18n kdewebkit kio service widgetsaddons
USE_QT= core gui network webkit widgets \
buildtools_build qmake_build
.include <bsd.port.mk>