1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/finance/kexchange/Makefile
Adam Weinberger e38042481b Add kexchange.
KExchange is a currency converter for over 150 currencies using up-to-date
exchange rates from the PACIFIC Exchange Rate Service.

Features

	* rates may be refreshed on command or automatically on startup;

	* rates can be cached locally for offline use;

	* may also be used as a Euro converter; and

	* has an DCOP interface.
2003-10-18 07:49:32 +00:00

23 lines
564 B
Makefile

# New ports collection makefile for: kexchange
# Date created: 17 October 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kexchange
PORTVERSION= 0.3.2
CATEGORIES= finance kde
MASTER_SITES= http://ftp.kde.com/Financial_Investment/Currency_Tools/KExchange/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE currency converter
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>