freebsd-ports/graphics/jgraph/Makefile

27 lines
519 B
Makefile
Raw Normal View History

# 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>