blob: 885296fe62089bb528e0412206be59de54b62b83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: xgraph
# Date created: 24 November 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xgraph
PORTVERSION= 11.3.2.20000910
PORTREVISION= 2
CATEGORIES= math print
MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/
DISTNAME= xgraph-11
EXTRACT_SUFX= .tar.Z
MAINTAINER= sanpei@FreeBSD.org
COMMENT= A program that helps you plot graphs
USE_IMAKE= yes
USE_XORG= x11 xext
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>
|