mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
17578e0979
PR: ports/56259 (ports/39102) Submitted by: Mark Linimon <linimon@lonesome.com>
27 lines
560 B
Makefile
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>
|