mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
17 lines
314 B
Makefile
17 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${KIPI_PLUGIN}_DESC}
|
|
|
|
USE_GL= glu
|
|
USE_XORG= xrandr
|
|
|
|
KIPI_PLUGIN= imageviewer
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
.include <bsd.port.mk>
|