summaryrefslogtreecommitdiff
path: root/graphics/ploticus-examples/Makefile
blob: 7aa4a5ec540a56442bd4d66d9e7a52ed75a22462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.1.1.1 2001/07/08 08:26:30 rh 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"