1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/finance/xinvest/Makefile
Edwin Groothuis 17578e0979 Add finance category to the following ports.
PR:		ports/56259 (ports/39102)
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-04 02:27:44 +00:00

27 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= deskutils finance
MASTER_SITES= http://sunsite.dk/xinvest/
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>