diff options
Diffstat (limited to 'graphics/kipi-plugin-imgurexport/Makefile')
-rw-r--r-- | graphics/kipi-plugin-imgurexport/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-imgurexport/Makefile b/graphics/kipi-plugin-imgurexport/Makefile new file mode 100644 index 000000000000..3a2c317bdf7b --- /dev/null +++ b/graphics/kipi-plugin-imgurexport/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= kipi-plugin-${KIPI_PLUGIN} +PORTVERSION= ${DIGIKAM_VER} +CATEGORIES= graphics kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${KIPI_PLUGIN}_DESC} + +LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson + +KIPI_PLUGIN= imgurexport +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include <bsd.port.mk> |