1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/finance/expense/Makefile
Brooks Davis 3a34ffa58f Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
2018-09-26 15:23:37 +00:00

26 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= expense
PORTVERSION= 0.1
PORTREVISION= 9
CATEGORIES= finance gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/
DISTNAME= Expense-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Application to track your expense under GNUstep
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
WRKSRC= ${WRKDIR}/Expense
PORTSCOUT= ignore:1
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Expense.app/Expense
.include <bsd.port.mk>