2004-01-14 02:52:06 +01:00
|
|
|
# New ports collection makefile for: kalbum
|
2003-07-08 00:48:45 +02:00
|
|
|
# Date created: Tue Jul 1 18:03:44 CEST 2003
|
|
|
|
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kalbum
|
|
|
|
PORTVERSION= 0.8.0
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 2
|
2003-07-08 00:48:45 +02:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= http://www.paldandy.com/kalbum/data/${PORTNAME}-${PORTVERSION}/
|
|
|
|
|
2004-02-23 21:57:56 +01:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-07-08 00:48:45 +02:00
|
|
|
COMMENT= Create albums from a collection of images
|
|
|
|
|
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-01-14 02:52:06 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-07-08 00:48:45 +02:00
|
|
|
|
2004-01-14 02:52:06 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-07-08 00:48:45 +02:00
|
|
|
|
2004-01-14 02:52:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.post.mk>
|