summaryrefslogtreecommitdiff
path: root/graphics/ploticus-examples/Makefile
blob: 566198696db40b3c7937d5c6a662dd163ecb6dea (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.2 2003/07/17 21:42:14 grant 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"