diff options
Diffstat (limited to 'graphics/kipi-plugin-vkontakte/Makefile')
-rw-r--r-- | graphics/kipi-plugin-vkontakte/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-vkontakte/Makefile b/graphics/kipi-plugin-vkontakte/Makefile new file mode 100644 index 000000000000..c5f69565fd02 --- /dev/null +++ b/graphics/kipi-plugin-vkontakte/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= kipi-plugin-${KIPI_PLUGIN} +PORTVERSION= ${DIGIKAM_VER} +CATEGORIES= graphics kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${KIPI_PLUGIN}_DESC} + +LIB_DEPENDS= kvkontakte:${PORTSDIR}/net/libkvkontakte + +KIPI_PLUGIN= vkontakte +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include <bsd.port.mk> |