mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
21a283f3be
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
24 lines
475 B
Makefile
24 lines
475 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
|
|
|
|
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>
|