2003-12-19 20:28:19 +01: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-02-15 00:04:53 +01:00
|
|
|
PORTVERSION= 1.1
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 1
|
2003-12-19 20:28:19 +01:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= http://ktown.kde.org/kimdaba/download/
|
|
|
|
|
2004-02-23 21:57:56 +01:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-12-19 20:28:19 +01:00
|
|
|
COMMENT= Image database for KDE
|
|
|
|
|
|
|
|
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 03:40:18 +02:00
|
|
|
@${REINPLACE_CMD} -e 's/xx//g' ${WRKSRC}/po/Makefile.in
|
2003-12-19 20:28:19 +01:00
|
|
|
|
2004-06-06 13:46:15 +02:00
|
|
|
.include <bsd.port.mk>
|