freebsd-ports/math/xgraph/Makefile

26 lines
523 B
Makefile
Raw Normal View History

# New ports collection makefile for: xgraph
# Date created: 24 November 1994
# Whom: 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
CATEGORIES= math print
MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/
2000-04-14 09:20:58 +02:00
DISTNAME= xgraph-11
EXTRACT_SUFX= .tar.Z
MAINTAINER= sanpei@FreeBSD.org
USE_IMAKE= yes
2000-08-06 16:50:51 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= xgraph.1
post-install:
@${MKDIR} ${PREFIX}/share/examples/xgraph
${INSTALL_DATA} ${WRKSRC}/examples/*.xg ${PREFIX}/share/examples/xgraph
.include <bsd.port.mk>