diff options
Diffstat (limited to 'graphics/kipi-plugin-imageshackexport')
-rw-r--r-- | graphics/kipi-plugin-imageshackexport/Makefile | 12 | ||||
-rw-r--r-- | graphics/kipi-plugin-imageshackexport/pkg-plist | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-imageshackexport/Makefile b/graphics/kipi-plugin-imageshackexport/Makefile new file mode 100644 index 000000000000..c1ebb6a94826 --- /dev/null +++ b/graphics/kipi-plugin-imageshackexport/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= imageshackexport +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include <bsd.port.mk> diff --git a/graphics/kipi-plugin-imageshackexport/pkg-plist b/graphics/kipi-plugin-imageshackexport/pkg-plist new file mode 100644 index 000000000000..b7f929b4c59e --- /dev/null +++ b/graphics/kipi-plugin-imageshackexport/pkg-plist @@ -0,0 +1,6 @@ +lib/kde4/kipiplugin_imageshackexport.so +share/apps/kipi/kipiplugin_imageshackexportui.rc +share/icons/hicolor/32x32/actions/imageshack.png +share/icons/hicolor/48x48/actions/imageshack.png +share/icons/hicolor/64x64/actions/imageshack.png +share/kde4/services/kipiplugin_imageshackexport.desktop |