blob: 09abb1aaee2d574d133d305ee01e159dd159d745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|