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

Annotation of pkgsrc/graphics/plotmtv/Makefile, Revision 1.2

1.2     ! jtb         1: # $NetBSD: Makefile,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $
1.1       jtb         2:
                      3: DISTNAME=      Plotmtv1.4.1
                      4: PKGNAME=       plotmtv-1.4.1
                      5: CATEGORIES=    graphics
                      6: MASTER_SITES=  ${MASTER_SITE_XCONTRIB:=applications/}
                      7: EXTRACT_SUFX=  .tar.Z
                      8:
                      9: MAINTAINER=    jtb@netbsd.org
                     10:
                     11: WRKSRC=                ${WRKDIR}/Plotmtv1.4.1
                     12:
                     13: USE_IMAKE=     YES
                     14: USE_X11_BASE=  YES
                     15:
1.2     ! jtb        16: post-extract:
        !            17:        @${MV} -f ${WRKSRC}/Docs/plotmtv.man ${WRKSRC}/Plot
1.1       jtb        18:
                     19: post-install:
                     20:        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/plotmtv
1.2     ! jtb        21:        ${INSTALL_DATA} ${WRKSRC}/Tests/*.mtv ${PREFIX}/share/examples/plotmtv
        !            22:        ${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.sh ${WRKSRC}/Tests/run.csh \
        !            23:        ${PREFIX}/share/examples/plotmtv
1.1       jtb        24:
                     25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>