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-picasawebexport/Makefile | |
parent | f4de7e74148d628cfdcb794a6ac3edb300408848 (diff) | |
download | ports-e7ae0125df81fadd3e2ddfa76cf808fdfebbe843.tar.gz ports-e7ae0125df81fadd3e2ddfa76cf808fdfebbe843.zip |
Notes
Diffstat (limited to 'graphics/kipi-plugin-picasawebexport/Makefile')
-rw-r--r-- | graphics/kipi-plugin-picasawebexport/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-picasawebexport/Makefile b/graphics/kipi-plugin-picasawebexport/Makefile new file mode 100644 index 000000000000..92fa9354806a --- /dev/null +++ b/graphics/kipi-plugin-picasawebexport/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= picasawebexport +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include <bsd.port.mk> |