forked from Lainports/freebsd-ports
Digikam. These plugins add new image treatment options like color management, filters, or special effects. Image improvements: - Adjust levels : a plugin to adjust the image histogram levels manually. - Despeckle : A noise reduction filter (using on Gimp 2.0 algorithm). - Unsharp : An unsharped mask image filter (using on Gimp 2.0 algorithm). Special effects: - SolarizeImage : a plugin to solarize an image. - OilPaint : an oil painting effect filter (using Pieter Voloshyn algorithm). - Emboss : an embossed image effect filter (using Pieter Voloshyn algorithm). - Raindrops : adding the visual effect of raindrops to an image (using Pieter Voloshyn algorithm). - Charcoal : a charcoal drawing image effect filter. - FilmGrain : simulate film grain to an image. WWW: http://extragear.kde.org/apps/digikamimageplugins.php Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
31 lines
718 B
Makefile
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.0
|
|
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>
|