diff options
author | makc <makc@FreeBSD.org> | 2013-04-09 01:10:56 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-04-09 01:10:56 +0800 |
commit | c688967f59c7c98d21d3dd7e6a6be637ea50d3ab (patch) | |
tree | b81149ea12ce6a5f92464207866d518bb355ed3c /graphics/kipi-plugin-kioexport | |
parent | 3f0812535994f1dc2fe64b0210efe54c7ed885ab (diff) | |
download | freebsd-ports-gnome-c688967f59c7c98d21d3dd7e6a6be637ea50d3ab.tar.gz freebsd-ports-gnome-c688967f59c7c98d21d3dd7e6a6be637ea50d3ab.tar.zst freebsd-ports-gnome-c688967f59c7c98d21d3dd7e6a6be637ea50d3ab.zip |
- 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)
Diffstat (limited to 'graphics/kipi-plugin-kioexport')
-rw-r--r-- | graphics/kipi-plugin-kioexport/Makefile | 12 | ||||
-rw-r--r-- | graphics/kipi-plugin-kioexport/pkg-plist | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-kioexport/Makefile b/graphics/kipi-plugin-kioexport/Makefile new file mode 100644 index 000000000000..fdfd4262aaba --- /dev/null +++ b/graphics/kipi-plugin-kioexport/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= kipi-plugin-${KIPI_PLUGIN} +PORTVERSION= ${DIGIKAM_VER} +CATEGORIES= graphics kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${KIPI_PLUGIN}_DESC} + +KIPI_PLUGIN= kioexport +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include <bsd.port.mk> diff --git a/graphics/kipi-plugin-kioexport/pkg-plist b/graphics/kipi-plugin-kioexport/pkg-plist new file mode 100644 index 000000000000..491c944e2f1a --- /dev/null +++ b/graphics/kipi-plugin-kioexport/pkg-plist @@ -0,0 +1,3 @@ +lib/kde4/kipiplugin_kioexportimport.so +share/apps/kipi/kipiplugin_kioexportimportui.rc +share/kde4/services/kipiplugin_kioexportimport.desktop |