pkgsrc/graphics/ploticus-examples/Makefile

27 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/10/04 21:44:47 wiz Exp $
#
DISTNAME= plnode141
PKGNAME= ploticus-examples-1.41
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://gd.tuwien.ac.at/visual/ploticus/download/
MAINTAINER= rh@NetBSD.org
# HOMEPAGE= http://www.sgpr.net/
# domain squatted
COMMENT= Examples for the ploticus data plotting suite
NO_CONFIGURE= YES
NO_BUILD= YES
DIST_SUBDIR= ${PKGNAME_NOREV:S/-examples//}
EXDIR= ${PREFIX}/share/examples/ploticus
.include "../../mk/x11.buildlink3.mk"
do-install:
${INSTALL_DATA_DIR} ${EXDIR}
cd ${WRKSRC} && ${PAX} -rw -pp doc gallery tabgallery thumbnails thumbpng ${EXDIR}
.include "../../mk/bsd.pkg.mk"