freebsd-ports/finance/xinvest/Makefile
Kirill Ponomarev bec1914be1 - Update MASTER_SITES and WWW: line
- Shorten pkg-descr

PR:		ports/64760
Submitted by:	Ports Fury
2004-03-26 14:41:41 +00:00

26 lines
560 B
Makefile

# New ports collection makefile for: xinvest
# Date created: 1 Ag 1997
# Whom: Pedro Giffuni (orig)
#
# $FreeBSD$
#
PORTNAME= xinvest
PORTVERSION= 2.6
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} ${PREFIX}/share/examples/Xinvest
${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest
.endif
.include <bsd.port.mk>