freebsd-ports/graphics/jgraph/Makefile

31 lines
630 B
Makefile
Raw Normal View History

# 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
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2011-08-01
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= A program that generates postscript graphs
2005-01-30 18:28:30 +01:00
NO_LATEST_LINK= yes
EXTRACT_CMD= uncompress
EXTRACT_BEFORE_ARGS= -c
EXTRACT_AFTER_ARGS= | sh
NO_WRKSUBDIR= yes
MAN1= jgraph.1
MAKEFILE= makefile
.include <bsd.port.mk>