[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / xmgr

Annotation of pkgsrc/math/xmgr/Makefile, Revision 1.67

1.67    ! adam        1: # $NetBSD: Makefile,v 1.66 2020/08/31 18:10:19 wiz Exp $
1.1       frueauf     2:
1.6       jlam        3: DISTNAME=              xmgr-4.1.2
1.67    ! adam        4: PKGREVISION=           34
1.6       jlam        5: CATEGORIES=            math
1.34      zafer       6: MASTER_SITES=          ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/
1.1       frueauf     7:
1.27      jlam        8: MAINTAINER=            pkgsrc-users@NetBSD.org
1.6       jlam        9: HOMEPAGE=              http://plasma-gate.weizmann.ac.il/Xmgr/
1.8       wiz        10: COMMENT=               Powerful XY plotting tool for workstations or X-terminals using X
1.34      zafer      11: LICENSE=               modified-bsd
1.6       jlam       12:
1.35      asau       13: USE_LANGUAGES=         c fortran77
1.7       tron       14: GNU_CONFIGURE=         YES
1.24      rillig     15: CONFIGURE_ARGS+=       --enable-acegr-home=${PREFIX:Q}
1.6       jlam       16:
1.19      wiz        17: BUILD_TARGET=          # empty
1.6       jlam       18: INSTALL_TARGET=                install
1.1       frueauf    19:
1.29      rillig     20: REPLACE_PERL+=         auxiliary/fdf2fit
1.37      hans       21: USE_TOOLS+=            perl:run bison
1.29      rillig     22:
1.17      snj        23: .include "../../devel/netcdf/buildlink3.mk"
1.30      joerg      24: .include "../../x11/libXpm/buildlink3.mk"
1.17      snj        25: .include "../../mk/motif.buildlink3.mk"
1.15      jlam       26:
1.1       frueauf    27: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>