aboutsummaryrefslogtreecommitdiffstats
path: root/finance/xinvest/Makefile
blob: 6d7b055fd865d510e34dcfa06c9c4540bf8a1c38 (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
28
29
# New ports collection makefile for:    xinvest
# Version required: 2.5.1
# Date created:     1 Ag 1997
# Whom:         Pedro Giffuni (orig)
#
# $Id$
#

DISTNAME=   xinvest-2.5.1
CATEGORIES= misc
MASTER_SITES=   http://sunsite.auc.dk/xinvest/  \
        ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    Xpm\\.4\\.:${PORTSDIR}/graphics/xpm

REQUIRES_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>