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>
15 lines
344 B
Makefile
15 lines
344 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= digikam-doc
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
CATEGORIES= graphics kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Documentation for digiKam, showFoto, and Kipi-plugins
|
|
|
|
CONFLICTS_INSTALL= digikam-2.* kipi-plugins-2.*
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/doc
|
|
|
|
.include "${.CURDIR}/../digikam-kde4/Makefile.common"
|
|
.include <bsd.port.mk>
|