freebsd-ports/graphics/jgraph/Makefile
Trevor Johnson 272d522a5d E-mail to the maintainer bounced:
<wolman@cs.washington.edu>: host mx2.cs.washington.edu[128.208.2.105] said: 550
    5.1.1 <wolman@cs.washington.edu>... Address unknown
2004-03-18 04:33:57 +00:00

26 lines
544 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= ftp://cs.utk.edu/pub/plank/jgraph/ \
http://www.cs.washington.edu/homes/wolman/
DISTFILES= ${PORTNAME}.shar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= A program that generates postscript graphs
EXTRACT_CMD= uncompress
EXTRACT_BEFORE_ARGS= -c
EXTRACT_AFTER_ARGS= | sh
NO_WRKSUBDIR= yes
MAN1= jgraph.1
MAKEFILE= makefile
.include <bsd.port.mk>