freebsd-ports/graphics/kalbum/Makefile

26 lines
619 B
Makefile
Raw Normal View History

# 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 10
CATEGORIES= graphics kde
MASTER_SITES= http://www.paldandy.com/kalbum/data/${PORTNAME}-${PORTVERSION}/
2011-07-05 04:51:42 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Create albums from a collection of images
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
post-patch:
2004-06-06 03:35:04 +02:00
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
2004-06-06 03:35:04 +02:00
.include <bsd.port.mk>