279d2e8063
- Add new kipi-plugin port for jalbumexport - Remove useless LATEST_LINK - Bring stage support - Convert to options helpers, new style LIB_DEPENDS - Add patch to fix linking with libpgf [1] PR: ports/184942 [1] Reported by: Mike Clarke <jmc-freebsd2 at milibyte.co.uk>
12 lines
268 B
Makefile
12 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${KIPI_PLUGIN}_DESC}
|
|
|
|
KIPI_PLUGIN= jalbumexport
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
.include <bsd.port.mk>
|