mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
4789e18f7d
* additionally, give the maintainership to kde@. Approved by: portmgr (mat), avilla (timeout) Differential Revision: https://reviews.freebsd.org/D14650
19 lines
409 B
Makefile
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>
|