freebsd-ports/finance/xinvest/Makefile

26 lines
494 B
Makefile
Raw Normal View History

# New ports collection makefile for: xinvest
# Date created: 1 Ag 1997
# Whom: Pedro Giffuni (orig)
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
PORTNAME= xinvest
PORTVERSION= 2.6
CATEGORIES= deskutils
MASTER_SITES= http://sunsite.dk/xinvest/
MAINTAINER= ports@FreeBSD.org
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>