freebsd-ports/graphics/jgraph/Makefile
Dmitry Marakasov f6313fe9e7 - Strip binary
- Simplify patching
2015-05-15 16:02:09 +00:00

24 lines
495 B
Makefile

# Created by: wolman@cs.washington.edu
# $FreeBSD$
PORTNAME= jgraph
PORTVERSION= 8.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/
DISTFILES= ${PORTNAME}.shar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates postscript graphs
NO_LATEST_LINK= yes
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>