BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version required in mk/tools/bison.mk is good enough for all of them.
30 lines
788 B
Makefile
30 lines
788 B
Makefile
# $NetBSD: Makefile,v 1.37 2012/01/14 00:51:36 hans Exp $
|
|
|
|
DISTNAME= xmgr-4.1.2
|
|
PKGREVISION= 6
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/
|
|
COMMENT= Powerful XY plotting tool for workstations or X-terminals using X
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_X11BASE= YES
|
|
USE_LANGUAGES= c fortran77
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --enable-acegr-home=${PREFIX:Q}
|
|
|
|
BUILD_TARGET= # empty
|
|
INSTALL_TARGET= install
|
|
|
|
REPLACE_PERL+= auxiliary/fdf2fit
|
|
USE_TOOLS+= perl:run bison
|
|
|
|
.include "../../devel/netcdf/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|