freebsd-ports/graphics/jgraph/Makefile
Wen Heping 2daa3b4dff - Update MASTER_SITES and WWW
- Remove DEPRECATED lines

PR:		ports/159472
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-04 00:29:17 +00:00

26 lines
526 B
Makefile

# New ports collection makefile for: jgraph
# Date created: 6 August 1999
# Whom: wolman@cs.washington.edu
#
# $FreeBSD$
#
PORTNAME= jgraph
PORTVERSION= 8.3
CATEGORIES= graphics
MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/
DISTFILES= ${PORTNAME}.shar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= A program that generates postscript graphs
NO_LATEST_LINK= yes
EXTRACT_CMD= uncompress
EXTRACT_BEFORE_ARGS= -c
EXTRACT_AFTER_ARGS= | sh
NO_WRKSUBDIR= yes
MAN1= jgraph.1
MAKEFILE= makefile
.include <bsd.port.mk>