# $MidnightBSD: trunk/finance/expense/Makefile 21323 2016-03-26 23:05:35Z laffer1 $
# $FreeBSD: head/finance/expense/Makefile 390002 2015-06-17 22:44:44Z amdmi3 $

PORTNAME=	expense
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	finance gnustep
MASTER_SITES=	http://www.eskimo.com/~pburns/Expense/files/
DISTNAME=	Expense-${PORTVERSION}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Application to track your expense under GNUstep

LICENSE=	gpl2

USES=		gnustep
USE_GNUSTEP=	back build

WRKSRC=		${WRKDIR}/Expense

post-install:
	${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/Expense.app/Expense

.include <bsd.port.mk>
