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

Annotation of pkgsrc/graphics/ploticus-examples/Makefile, Revision 1.10

1.10    ! jlam        1: # $NetBSD: Makefile,v 1.9 2007/02/15 14:58:22 joerg Exp $
1.1       rh          2: #
                      3:
                      4: DISTNAME=      plnode141
                      5: PKGNAME=       ploticus-examples-1.41
1.6       joerg       6: PKGREVISION=   1
1.1       rh          7: CATEGORIES=    graphics
1.8       wiz         8: MASTER_SITES=  http://gd.tuwien.ac.at/visual/ploticus/download/
1.1       rh          9:
1.2       grant      10: MAINTAINER=    rh@NetBSD.org
1.8       wiz        11: # HOMEPAGE=    http://www.sgpr.net/
                     12: # domain squatted
1.3       martti     13: COMMENT=       Examples for the ploticus data plotting suite
1.1       rh         14:
1.10    ! jlam       15: PKG_DESTDIR_SUPPORT=   user-destdir
        !            16:
1.1       rh         17: NO_CONFIGURE=  YES
                     18: NO_BUILD=      YES
                     19:
1.5       rillig     20: DIST_SUBDIR=   ${PKGNAME_NOREV:S/-examples//}
1.1       rh         21: EXDIR=         ${PREFIX}/share/examples/ploticus
                     22:
                     23: do-install:
1.10    ! jlam       24:        ${INSTALL_DATA_DIR} ${DESTDIR}${EXDIR}
        !            25:        cd ${WRKSRC} && ${PAX} -rw -pp doc gallery tabgallery thumbnails thumbpng ${DESTDIR}${EXDIR}
1.1       rh         26:
1.9       joerg      27: .include "../../x11/libX11/buildlink3.mk"
1.1       rh         28: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>