1997-11-17 10:11:29 +00:00
|
|
|
# New ports collection makefile for: xinvest
|
|
|
|
# Version required: 2.5.1
|
|
|
|
# Date created: 1 Ag 1997
|
|
|
|
# Whom: Pedro Giffuni (orig)
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-11-17 10:11:29 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xinvest-2.5.1
|
1998-08-07 22:17:55 +00:00
|
|
|
CATEGORIES= deskutils
|
1997-11-17 10:11:29 +00:00
|
|
|
MASTER_SITES= http://sunsite.auc.dk/xinvest/ \
|
|
|
|
${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1997-11-17 10:11:29 +00:00
|
|
|
|
|
|
|
REQUIRES_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>
|