c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2004/10/03 00:12:57 tv Exp $
|
|
# FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp
|
|
#
|
|
|
|
DISTNAME= xmgr-4.1.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/ \
|
|
ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/old/ \
|
|
ftp://fire.mpi-stuttgart.mpg.de/pub/mirrors/xmgr4/src/ \
|
|
ftp://fire.mpi-stuttgart.mpg.de/pub/mirrors/xmgr4/src/old/ \
|
|
ftp://wauug.erols.com/pub/X-Windows/xmgr4/src/ \
|
|
ftp://wauug.erols.com/pub/X-Windows/xmgr4/src/old/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/
|
|
COMMENT= Powerful XY plotting tool for workstations or X-terminals using X
|
|
|
|
BUILD_DEPENDS= bison-[0-9]*:../../devel/bison
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_X11BASE= YES
|
|
USE_FORTRAN= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --enable-acegr-home="${PREFIX}"
|
|
|
|
ALL_TARGET= # empty
|
|
INSTALL_TARGET= install
|
|
|
|
.include "../../devel/netcdf/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|