27 lines
655 B
Makefile
27 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:30 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= g3d-0.0.2
|
|
PKGREVISION= 6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://condor.stcloudstate.edu/~hebl9901/g3d/
|
|
|
|
MAINTAINER= sakamoto@NetBSD.org
|
|
HOMEPAGE= http://condor.stcloudstate.edu/~hebl9901/g3d/
|
|
COMMENT= 3D modeller with a view of 3D modelling
|
|
|
|
WRKSRC= ${WRKDIR}/g3d
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= gmake
|
|
USE_X11BASE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-configure:
|
|
@${LN} -s ${WRKSRC}/b3d/src ${WRKSRC}/g3d/b3d
|
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../x11/gtkglarea/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|