freebsd-ports/finance/xinvest/Makefile
Kirill Ponomarev 5afeb82da3 - Update to version 2.6.9
PR:		ports/66392
Submitted by:	Ports Fury
2004-05-09 18:11:49 +00:00

27 lines
526 B
Makefile

# New ports collection makefile for: xinvest
# Date created: 1 Ag 1997
# Whom: Pedro Giffuni (orig)
#
# $FreeBSD$
#
PORTNAME= xinvest
PORTVERSION= 2.6.9
CATEGORIES= finance deskutils
MASTER_SITES= http://xinvest.sunsite.dk/
MAINTAINER= ports@FreeBSD.org
COMMENT= A personal finance tracking and performance tool
USE_MOTIF= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>