9156bf1b9e
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
25 lines
499 B
Makefile
25 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= expense
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 6
|
|
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>
|