summaryrefslogtreecommitdiff
path: root/graphics/g3d/Makefile
blob: 85f968459f458a86d978344483aa08636bee3acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.3 2000/08/14 18:32:17 wiz Exp $
#

DISTNAME=	g3d-0.0.2
CATEGORIES=	graphics
MASTER_SITES=	http://condor.stcloudstate.edu/~hebl9901/g3d/

MAINTAINER=	sakamoto@netbsd.org
HOMEPAGE=	http://condor.stcloudstate.edu/~hebl9901/g3d/

DEPENDS+=	gtkglarea-1.2.1:../../x11/gtkglarea

WRKSRC=		${WRKDIR}/g3d

USE_LIBTOOL=	YES
USE_GMAKE=	YES
USE_X11BASE=	YES
GNU_CONFIGURE=	YES

post-configure:
	@${LN} -s ${WRKSRC}/b3d/src ${WRKSRC}/g3d/b3d

.include "../../mk/bsd.pkg.mk"