blob: 12d2c94b5c0ce3ae6c1e9324da1a3437d82633d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
KIPI_PLUGIN= batchprocess
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
.include <bsd.port.mk>
|