aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash/Makefile
blob: 0ceb3f97facecfdf77922790db96bb78e6c4d7b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.2 1998/08/08 03:26:21 obrien Exp $
#

DISTNAME=   xacc-1.0.17
PKGNAME=    gnucash-1.0.17
CATEGORIES= deskutils
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>