mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
26 lines
536 B
Makefile
26 lines
536 B
Makefile
# Created by: 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= Program that helps you plot graphs
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
MAN1= xgraph.1
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/examples/xgraph
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.xg ${PREFIX}/share/examples/xgraph
|
|
|
|
.include <bsd.port.mk>
|