1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/graphics/kipi-plugin-videoslideshow/Makefile
Max Brazhnikov e7ae0125df - Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
2013-04-08 17:10:56 +00:00

16 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= MagickCore:${PORTSDIR}/graphics/ImageMagick \
QtGStreamer-0.10:${PORTSDIR}/multimedia/gstreamer-qt4
KIPI_PLUGIN= videoslideshow
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>