aboutsummaryrefslogtreecommitdiff
path: root/graphics/kipi-plugin-imageviewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kipi-plugin-imageviewer/Makefile')
-rw-r--r--graphics/kipi-plugin-imageviewer/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-imageviewer/Makefile b/graphics/kipi-plugin-imageviewer/Makefile
new file mode 100644
index 000000000000..39e3fb396646
--- /dev/null
+++ b/graphics/kipi-plugin-imageviewer/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= kipi-plugin-${KIPI_PLUGIN}
+PORTVERSION= ${DIGIKAM_VER}
+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>