freebsd-ports/finance/beanie/Makefile
Mathieu Arnold e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00

25 lines
565 B
Makefile

# Created by: Dermot Tynan <dtynan@kalopa.com>
# $FreeBSD$
PORTNAME= beanie
PORTVERSION= 0.8.2
CATEGORIES= finance
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Open Source accounting system
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= dbow:databases/dbow
LIB_DEPENDS= libexpat.so:textproc/expat2
LATE_INSTALL_ARGS= BEANIEROOT="${STAGEDIR}${PREFIX}/beanie"
MAKE_JOBS_UNSAFE= yes
post-patch:
@${CP} ${WRKSRC}/beanie.mk.sample ${WRKSRC}/beanie.mk
@${CP} ${WRKSRC}/tmac/lhead.sample.r ${WRKSRC}/tmac/lhead.r
.include <bsd.port.mk>