b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${KIPI_PLUGIN}_DESC}
|
|
|
|
USE_GL= glu
|
|
USE_XORG= xrandr
|
|
|
|
KIPI_PLUGIN= advancedslideshow
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
.include <bsd.port.mk>
|