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

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

1.37    ! hans        1: # $NetBSD: Makefile,v 1.36 2011/12/09 14:36:35 drochner Exp $
1.1       frueauf     2:
1.6       jlam        3: DISTNAME=              xmgr-4.1.2
1.36      drochner    4: PKGREVISION=           6
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.33      asau       13: PKG_DESTDIR_SUPPORT=   user-destdir
                     14:
1.14      jlam       15: USE_X11BASE=           YES
1.35      asau       16: USE_LANGUAGES=         c fortran77
1.7       tron       17: GNU_CONFIGURE=         YES
1.24      rillig     18: CONFIGURE_ARGS+=       --enable-acegr-home=${PREFIX:Q}
1.6       jlam       19:
1.19      wiz        20: BUILD_TARGET=          # empty
1.6       jlam       21: INSTALL_TARGET=                install
1.1       frueauf    22:
1.29      rillig     23: REPLACE_PERL+=         auxiliary/fdf2fit
1.37    ! hans       24: USE_TOOLS+=            perl:run bison
1.29      rillig     25:
1.17      snj        26: .include "../../devel/netcdf/buildlink3.mk"
1.30      joerg      27: .include "../../x11/libXpm/buildlink3.mk"
1.17      snj        28: .include "../../mk/motif.buildlink3.mk"
1.15      jlam       29:
1.1       frueauf    30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>