1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/jgraph/Makefile
Muhammad Moinur Rahman 6039cfb5b0
graphics/jgraph: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 10:48:08 +01:00

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>