2013-06-30 17:17:18 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2013/06/30 15:17:18 ryoon Exp $
|
2001-07-08 10:26:30 +02:00
|
|
|
#
|
|
|
|
|
2013-06-30 17:17:18 +02:00
|
|
|
DISTNAME= plnode200
|
|
|
|
PKGNAME= ploticus-examples-2.00
|
2001-07-08 10:26:30 +02:00
|
|
|
CATEGORIES= graphics
|
2006-10-04 23:35:58 +02:00
|
|
|
MASTER_SITES= http://gd.tuwien.ac.at/visual/ploticus/download/
|
2001-07-08 10:26:30 +02:00
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= rh@NetBSD.org
|
2006-10-04 23:35:58 +02:00
|
|
|
# HOMEPAGE= http://www.sgpr.net/
|
|
|
|
# domain squatted
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= Examples for the ploticus data plotting suite
|
2001-07-08 10:26:30 +02:00
|
|
|
|
2008-05-26 04:13:14 +02:00
|
|
|
USE_TOOLS+= pax
|
|
|
|
|
2001-07-08 10:26:30 +02:00
|
|
|
NO_CONFIGURE= YES
|
|
|
|
NO_BUILD= YES
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV:S/-examples//}
|
2001-07-08 10:26:30 +02:00
|
|
|
EXDIR= ${PREFIX}/share/examples/ploticus
|
|
|
|
|
|
|
|
do-install:
|
2008-03-04 16:39:09 +01:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${EXDIR}
|
2013-06-30 17:17:18 +02:00
|
|
|
cd ${WRKSRC} && pax -rw -pp index.html doc gallery man tabgallery thumbnails thumbpng ${DESTDIR}${EXDIR}
|
2001-07-08 10:26:30 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|