blob: b64e706b173bcef0ba10daaac6103f0c575870ba (
plain) (
tree)
|
|
# 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
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= digikam
MAINTAINER= ports@FreeBSD.org
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>
|