mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
76a3f4570b
A tool for generating postscript graphs. PR: 13035 Submitted by: Alec Wolman <wolman@cs.washington.edu>
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# New ports collection makefile for: jgraph
|
|
# Version required: 8.3
|
|
# Date created: 6 August 1999
|
|
# Whom: wolman@cs.washington.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= jgraph
|
|
PKGNAME= jgraph-8.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://cs.utk.edu/pub/plank/jgraph/ \
|
|
http://www.cs.washington.edu/homes/wolman/
|
|
EXTRACT_SUFX= .shar.Z
|
|
|
|
MAINTAINER= wolman@cs.washington.edu
|
|
|
|
EXTRACT_CMD= uncompress
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
EXTRACT_AFTER_ARGS= | sh
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
MAN1= jgraph.1
|
|
MAKEFILE= makefile
|
|
|
|
.include <bsd.port.mk>
|