29f0187255
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
705 B
Makefile
29 lines
705 B
Makefile
# New ports collection makefile for: digikamimageplugins-doc
|
|
# Date created: 4 September 2005
|
|
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= digikamimageplugins-doc
|
|
PORTVERSION= 0.7.4
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= digikam
|
|
|
|
MAINTAINER= avleeuwen@piwebs.com
|
|
COMMENT= Documentation for the Digikam Image Plugins
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_REINPLACE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.post.mk>
|