2013-06-29 00:07:55 +02:00
|
|
|
# Created by: asami
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1994-11-25 05:47:47 +01:00
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= xgraph
|
2000-09-22 04:25:41 +02:00
|
|
|
PORTVERSION= 11.3.2.20000910
|
2015-01-08 02:23:17 +01:00
|
|
|
PORTREVISION= 3
|
1995-11-22 14:13:35 +01:00
|
|
|
CATEGORIES= math print
|
1999-12-10 20:31:50 +01:00
|
|
|
MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/
|
2000-04-14 09:20:58 +02:00
|
|
|
DISTNAME= xgraph-11
|
1994-11-25 05:47:47 +01:00
|
|
|
|
2000-08-03 16:28:33 +02:00
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
2013-06-29 00:07:55 +02:00
|
|
|
COMMENT= Program that helps you plot graphs
|
1995-04-11 03:19:12 +02:00
|
|
|
|
2014-07-29 01:33:47 +02:00
|
|
|
USES= imake tar:Z
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext
|
2000-08-06 16:50:51 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
1995-04-11 03:19:12 +02:00
|
|
|
|
1999-12-10 20:31:50 +01:00
|
|
|
post-install:
|
2014-06-11 12:23:57 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/xgraph
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.xg ${STAGEDIR}${PREFIX}/share/examples/xgraph
|
1999-12-10 20:31:50 +01:00
|
|
|
|
1994-11-25 05:47:47 +01:00
|
|
|
.include <bsd.port.mk>
|