summaryrefslogtreecommitdiff
path: root/finance/kexchange
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-12-10 15:31:41 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-12-10 15:31:41 +0000
commitd16e0ad1256582401766d33ac9488e2348ebe7b9 (patch)
tree603c6707c0952311f0902e4cc24b3c13c6ebfdc4 /finance/kexchange
parentUpdate to 0.8.5 (diff)
New maintainer
respect CFLAGS and PTHREAD_LIBS Make fetchable by putting it on my MASTER_SITE_LOCAL PR: 59794 [1] Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes
Notes: svn path=/head/; revision=95541
Diffstat (limited to 'finance/kexchange')
-rw-r--r--finance/kexchange/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/finance/kexchange/Makefile b/finance/kexchange/Makefile
index a7f9dbb7d617..493af77c3603 100644
--- a/finance/kexchange/Makefile
+++ b/finance/kexchange/Makefile
@@ -8,15 +8,21 @@
PORTNAME= kexchange
PORTVERSION= 0.3.2
CATEGORIES= finance kde
-MASTER_SITES= http://ftp.kde.com/Financial_Investment/Currency_Tools/KExchange/ \
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= arved
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= brueffer@phoenix-systems.de
COMMENT= KDE currency converter
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-.include <bsd.port.mk>
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>