mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7494b1ec0c
For the moment gnucash is really xacc, but the development path for xacc has sceased in favor of gnucash.
28 lines
660 B
Makefile
28 lines
660 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: foo
|
|
# Version required: 2.1
|
|
# Date created: Mon Feb 03, 1997
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/07/28 23:43:24 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= xacc-1.0.17
|
|
PKGNAME= gnucash-1.0.17
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.gnucash.org/xacc/download/ \
|
|
ftp://ftp.gnucash.org/pub/xacc/
|
|
|
|
MAINTAINER= alex@FreeBSD.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= depend default
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/xacc.bin
|
|
@${LN} -f ${PREFIX}/bin/xacc ${PREFIX}/bin/gnucash
|
|
@${LN} -f ${PREFIX}/bin/xacc.bin ${PREFIX}/bin/gnucash.bin
|
|
|
|
.include <bsd.port.mk>
|