1997-11-17 11:11:29 +01:00
|
|
|
# New ports collection makefile for: xinvest
|
|
|
|
# Date created: 1 Ag 1997
|
|
|
|
# Whom: Pedro Giffuni (orig)
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1997-11-17 11:11:29 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= xinvest
|
2004-05-09 20:11:49 +02:00
|
|
|
PORTVERSION= 2.6.9
|
2004-01-22 18:59:27 +01:00
|
|
|
CATEGORIES= finance deskutils
|
2004-03-26 15:41:41 +01:00
|
|
|
MASTER_SITES= http://xinvest.sunsite.dk/
|
1997-11-17 11:11:29 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A personal finance tracking and performance tool
|
1997-11-17 11:11:29 +01:00
|
|
|
|
2000-11-08 00:28:20 +01:00
|
|
|
USE_MOTIF= yes
|
1997-11-17 11:11:29 +01:00
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-05-09 20:11:49 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${EXAMPLESDIR}
|
1997-11-17 11:11:29 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|