mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c99c600944
string so I fixed it.
26 lines
499 B
Makefile
26 lines
499 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= 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>
|