mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3a34ffa58f
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
26 lines
499 B
Makefile
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>
|