2003-12-19 19:28:19 +00:00
|
|
|
# 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= kimdaba
|
2004-12-13 16:49:33 +00:00
|
|
|
PORTVERSION= 2.0
|
2003-12-19 19:28:19 +00:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= http://ktown.kde.org/kimdaba/download/
|
|
|
|
|
2004-02-23 20:57:56 +00:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-12-19 19:28:19 +00:00
|
|
|
COMMENT= Image database for KDE
|
|
|
|
|
2004-12-13 16:49:33 +00:00
|
|
|
RUN_DEPENDS= kipidcrawclient:${PORTSDIR}/graphics/kipi-plugins
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
2004-11-11 23:22:25 +00:00
|
|
|
|
2003-12-19 19:28:19 +00:00
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-10-13 01:40:18 +00:00
|
|
|
@${REINPLACE_CMD} -e 's/xx//g' ${WRKSRC}/po/Makefile.in
|
2003-12-19 19:28:19 +00:00
|
|
|
|
2004-06-06 11:46:15 +00:00
|
|
|
.include <bsd.port.mk>
|