summaryrefslogtreecommitdiff
path: root/graphics/kalbum/Makefile
blob: 6b2fc6dcbd839c06eb52686e15a7013eb42792fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	kalbum
# Date created:			Tue Jul  1 18:03:44 CEST 2003
# Whom:				Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$

PORTNAME=		kalbum
PORTVERSION=		0.8.0
PORTREVISION=	4
CATEGORIES=		graphics kde
MASTER_SITES=		http://www.paldandy.com/kalbum/data/${PORTNAME}-${PORTVERSION}/

MAINTAINER=		markus@FreeBSD.org
COMMENT=		Create albums from a collection of images

USE_KDELIBS_VER=	3
USE_BZIP2=		yes
USE_GMAKE=		yes
GNU_CONFIGURE=		yes
USE_REINPLACE=		yes

post-patch:
	@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
		${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>