diff options
Diffstat (limited to 'graphics/g3d/Makefile')
-rw-r--r-- | graphics/g3d/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile new file mode 100644 index 00000000000..cc132a9dfd8 --- /dev/null +++ b/graphics/g3d/Makefile @@ -0,0 +1,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" |