diff options
Diffstat (limited to 'graphics/jgraph/Makefile')
-rw-r--r-- | graphics/jgraph/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index 09abb1aaee2d..83f3e390cb3a 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -1,17 +1,16 @@ # 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 +PORTNAME= jgraph +PORTVERSION= 8.3 CATEGORIES= graphics MASTER_SITES= ftp://cs.utk.edu/pub/plank/jgraph/ \ http://www.cs.washington.edu/homes/wolman/ -EXTRACT_SUFX= .shar.Z +DISTFILES= ${PORTNAME}.shar.Z MAINTAINER= wolman@cs.washington.edu @@ -19,7 +18,7 @@ EXTRACT_CMD= uncompress EXTRACT_BEFORE_ARGS= -c EXTRACT_AFTER_ARGS= | sh -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes MAN1= jgraph.1 MAKEFILE= makefile |