mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e8b13f2562
- Make DATADIR-safe - Pet portlint a bit
27 lines
512 B
Makefile
27 lines
512 B
Makefile
# Created by: wolman@cs.washington.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jgraph
|
|
PORTVERSION= 8.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/
|
|
DISTFILES= ${PORTNAME}.shar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program that generates postscript graphs
|
|
|
|
NO_LATEST_LINK= yes
|
|
EXTRACT_CMD= uncompress
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
EXTRACT_AFTER_ARGS= | ${SH}
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAN1= jgraph.1
|
|
MAKEFILE= makefile
|
|
|
|
MAKE_ENV+= DATADIR=${DATADIR}
|
|
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
.include <bsd.port.mk>
|