diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
commit | e7ae0125df81fadd3e2ddfa76cf808fdfebbe843 (patch) | |
tree | b81149ea12ce6a5f92464207866d518bb355ed3c /graphics/kipi-plugin-kioexport | |
parent | f4de7e74148d628cfdcb794a6ac3edb300408848 (diff) |
Notes
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 |