summaryrefslogtreecommitdiff
path: root/graphics/jgraph/Makefile
blob: 83f3e390cb3af5a63a1b5ab1d9b325c5d8f52a55 (plain) (blame)
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
# 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=	wolman@cs.washington.edu

EXTRACT_CMD=	uncompress
EXTRACT_BEFORE_ARGS=	-c
EXTRACT_AFTER_ARGS=	| sh

NO_WRKSUBDIR=	yes
MAN1=		jgraph.1
MAKEFILE=	makefile

.include <bsd.port.mk>