freebsd-ports/graphics/digikamimageplugins/Makefile
Volker Stolz bd49860ebc Update to 0.7.2
PR:		ports/78467
Submitted by:	Arjan van Leeuwen (maintainer)
2005-03-16 08:46:08 +00:00

31 lines
718 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.2
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=''
.include <bsd.port.pre.mk>
pre-configure::
${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
.include <bsd.port.post.mk>