28 lines
683 B
Makefile
28 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/07/21 16:51:49 martti Exp $
|
|
#
|
|
|
|
DISTNAME= plnode141
|
|
PKGNAME= ploticus-examples-1.41
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.sgpr.net/download/ \
|
|
http://gd.tuwien.ac.at/visual/ploticus/download/
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.sgpr.net/
|
|
COMMENT= Examples for the ploticus data plotting suite
|
|
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
USE_X11= YES
|
|
DIST_SUBDIR= ${PKGNAME:S/-examples//}
|
|
EXDIR= ${PREFIX}/share/examples/ploticus
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${EXDIR}
|
|
.for dir in doc gallery tabgallery thumbnails thumbpng
|
|
${INSTALL_DATA_DIR} ${EXDIR}/${dir}
|
|
${CP} -R ${WRKSRC}/${dir} ${EXDIR}
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|