I've fixed some minor problems with the way that it sits in pkgsrc, and also fixed some more general problems with it, so it's now on version 1.1. Might as well go with that one instead of 1.0. Reset maintainer on previous maintainer's request.
18 lines
615 B
Makefile
18 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/01/17 22:44:57 thomasklausner Exp $
|
|
|
|
DISTNAME= map-browse-1.1
|
|
WRKSRC= ${WRKDIR}/map-browse
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.olib.org/~rkr/mud/software/map-browse/
|
|
|
|
# Can be set to following line when imported into pkgsrc;
|
|
# rkr does not want to maintain it in pkgsrc-wip.
|
|
#MAINTAINER= rkr@olib.org
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.olib.org/~rkr/mud/software/map-browse/
|
|
COMMENT= GLUT-based 3D data graph (vertices, edges) viewer
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../../graphics/glut/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|