dfc6889736
"fortran" is alias of "fortran77" for now, but it will change later.
32 lines
831 B
Makefile
32 lines
831 B
Makefile
# $NetBSD: Makefile,v 1.35 2010/07/30 10:36:31 asau Exp $
|
|
|
|
DISTNAME= xmgr-4.1.2
|
|
PKGREVISION= 5
|
|
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
|
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
|
|
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
|
|
|
|
.include "../../devel/netcdf/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|