1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/xgraph/Makefile
MIHIRA Sanpei Yoshiro 0420e8bf23 update new tarball
Submitted by:	bento
2000-08-06 14:50:51 +00:00

26 lines
514 B
Makefile

# New ports collection makefile for: xgraph
# Date created: 24 November 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xgraph
PORTVERSION= 11.3.2
CATEGORIES= math print
MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/
DISTNAME= xgraph-11
EXTRACT_SUFX= .tar.Z
MAINTAINER= sanpei@FreeBSD.org
USE_IMAKE= yes
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>