aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xinvest/Makefile
blob: 76a8cbc38260cdc450741bff421e3c468e2fe4a2 (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
# New ports collection makefile for:    xinvest
# Date created:     1 Ag 1997
# Whom:         Pedro Giffuni (orig)
#
# $FreeBSD$
#

PORTNAME=   xinvest
PORTVERSION=    2.6
CATEGORIES= deskutils
MASTER_SITES=   http://sunsite.dk/xinvest/

MAINTAINER= ports@FreeBSD.org

PORTCOMMENT=    A personal finance tracking and performance tool

USE_MOTIF=  yes
USE_IMAKE=  yes
NO_INSTALL_MANPAGES=    yes

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/examples/Xinvest
    ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest
.endif

.include <bsd.port.mk>