1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/kipi-plugin-googleservices/Makefile
Tobias C. Berner 4789e18f7d devel/qjson, devel-qjson-qt5 create flavors
* additionally, give the maintainership to kde@.

Approved by:	portmgr (mat), avilla (timeout)
Differential Revision:	https://reviews.freebsd.org/D14650
2018-04-14 13:16:32 +00:00

19 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
PORTREVISION= 3
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= libqjson.so:devel/qjson@qt4
CONFLICTS_INSTALL= kipi-plugin-googledrive-* \
kipi-plugin-picasawebexport-*
KIPI_PLUGIN= googleservices
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>