1997-11-17 11:11:29 +01:00
|
|
|
# New ports collection makefile for: xinvest
|
|
|
|
# Date created: 1 Ag 1997
|
|
|
|
# Whom: Pedro Giffuni (orig)
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1997-11-17 11:11:29 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= xinvest
|
2000-11-13 14:27:12 +01:00
|
|
|
PORTVERSION= 2.6
|
1998-08-08 00:17:55 +02:00
|
|
|
CATEGORIES= deskutils
|
2000-11-13 14:27:12 +01:00
|
|
|
MASTER_SITES= http://sunsite.dk/xinvest/
|
1997-11-17 11:11:29 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2000-11-08 00:28:20 +01:00
|
|
|
USE_MOTIF= yes
|
1997-11-17 11:11:29 +01:00
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-11-13 14:27:12 +01:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/Xinvest
|
1997-11-17 11:11:29 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|