freebsd-ports/graphics/kphotoalbum/Makefile

29 lines
688 B
Makefile
Raw Normal View History

# New ports collection makefile for: kimdaba
# Date created: Sat Dec 13 16:09:29 CET 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= kphotoalbum
2008-04-09 04:11:17 +02:00
PORTVERSION= 3.1.1
PORTREVISION= 3
CATEGORIES= graphics kde
2008-09-02 19:21:31 +02:00
MASTER_SITES= http://www.kphotoalbum.org/data/download/
MAINTAINER= markus@FreeBSD.org
COMMENT= Image database for KDE
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
2008-04-09 04:11:17 +02:00
exiv2.3:${PORTSDIR}/graphics/exiv2 \
kdcraw.4:${PORTSDIR}/graphics/libkdcraw
2004-12-13 17:49:33 +01:00
USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>