diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-07-22 03:35:20 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-07-22 03:35:20 +0000 |
commit | 733f3fc9899aed95b5c6a520d07b4e1f956a29ea (patch) | |
tree | e359262c7a57f74d78bbf83ccbed1282fe4ac941 /graphics/g3d/Makefile | |
parent | d6753dc6fac9196d4e13dbf37b9e13cb4eea651e (diff) | |
download | pkgsrc-733f3fc9899aed95b5c6a520d07b4e1f956a29ea.tar.gz |
3D modeller with a view of 3D modelling
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" |