1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/libkvkontakte-kde4/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00

27 lines
581 B
Makefile

# $FreeBSD$
PORTNAME= libkvkontakte
PORTVERSION= 4.12.0
PORTREVISION= 4
CATEGORIES= net kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
PKGNAMESUFFIX= -kde4
DIST_SUBDIR= KDE/digikam
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE library for accessing vk.com
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libqjson.so:devel/qjson@qt4
USES= cmake:outsource gettext kde:4 pkgconfig qt:4 tar:xz
USE_QT= moc_build qmake_build rcc_build uic_build
USE_KDE= automoc4 kdelibs
USE_LDCONFIG= yes
PLIST_SUB+= SHLIB_VER="${PORTVERSION}"
.include <bsd.port.mk>