edc4795f1e
These patches update graphics/digikam and graphics/digikamimageplugins to version 0.7.4. Two new ports are included: graphics/digikam-doc and graphics/digikamimageplugins-doc. The documentation for these ports is now split from the main program. PR: ports/85718 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
29 lines
685 B
Makefile
29 lines
685 B
Makefile
# New ports collection makefile for: digikamimageplugins
|
|
# Date created: 7 November 2004
|
|
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= digikamimageplugins
|
|
PORTVERSION= 0.7.4
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= digikam
|
|
|
|
MAINTAINER= avleeuwen@piwebs.com
|
|
COMMENT= Collection of image editor plugins for Digikam
|
|
|
|
LIB_DEPENDS= digikam.0:${PORTSDIR}/graphics/digikam
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_REINPLACE= yes
|
|
CONFIGURE_ARGS+=--program-prefix=''
|
|
|
|
pre-configure::
|
|
${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|