freebsd-ports/graphics/digikamimageplugins-doc/Makefile
2006-05-07 23:46:33 +00:00

28 lines
693 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.8.0
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
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_KDELIBS_VER=3
.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>