blob: cc132a9dfd8c56f7d063287cd82a422884360058 (
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.1.1.1 1999/07/22 03:35:20 sakamoto 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"
|