summaryrefslogtreecommitdiff
path: root/finance/kexchange/Makefile
blob: a7f9dbb7d61797c102d0cf19c4043f474507de36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>