mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6039cfb5b0
Approved by: portmgr (blanket)
22 lines
475 B
Makefile
22 lines
475 B
Makefile
PORTNAME= jgraph
|
|
PORTVERSION= 8.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/
|
|
DISTFILES= ${PORTNAME}.shar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generates postscript graphs
|
|
WWW= https://web.eecs.utk.edu/~plank/plank/jgraph/
|
|
|
|
EXTRACT_CMD= uncompress
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
EXTRACT_AFTER_ARGS= | ${SH}
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
MAKE_ENV+= DATADIR=${DATADIR}
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
.include <bsd.port.mk>
|