1999-09-06 23:32:59 +00:00
|
|
|
# New ports collection makefile for: jgraph
|
|
|
|
# Date created: 6 August 1999
|
|
|
|
# Whom: wolman@cs.washington.edu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= jgraph
|
|
|
|
PORTVERSION= 8.3
|
1999-09-06 23:32:59 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://cs.utk.edu/pub/plank/jgraph/ \
|
|
|
|
http://www.cs.washington.edu/homes/wolman/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTFILES= ${PORTNAME}.shar.Z
|
1999-09-06 23:32:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= wolman@cs.washington.edu
|
|
|
|
|
|
|
|
EXTRACT_CMD= uncompress
|
|
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
|
|
EXTRACT_AFTER_ARGS= | sh
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1999-09-06 23:32:59 +00:00
|
|
|
MAN1= jgraph.1
|
|
|
|
MAKEFILE= makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|