freebsd-ports/math/xgraph/Makefile

23 lines
513 B
Makefile
Raw Normal View History

# Created by: asami
1999-08-25 09:23:21 +02:00
# $FreeBSD$
2000-04-14 09:20:58 +02:00
PORTNAME= xgraph
PORTVERSION= 11.3.2.20000910
PORTREVISION= 3
CATEGORIES= math print
MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/
2000-04-14 09:20:58 +02:00
DISTNAME= xgraph-11
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Program that helps you plot graphs
USES= imake tar:Z
USE_XORG= x11 xext
2000-08-06 16:50:51 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}
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
.include <bsd.port.mk>