13 lines
267 B
Makefile
13 lines
267 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
|
||
|
PORTVERSION= ${DIGIKAM_VER}
|
||
|
CATEGORIES= graphics kde
|
||
|
|
||
|
MAINTAINER= kde@FreeBSD.org
|
||
|
COMMENT= ${${KIPI_PLUGIN}_DESC}
|
||
|
|
||
|
KIPI_PLUGIN= rajceexport
|
||
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
||
|
.include <bsd.port.mk>
|