pkgsrc/graphics/g3d/Makefile
wiz d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00

27 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:31 wiz Exp $
#
DISTNAME= g3d-0.0.2
PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= 3D modeller with a view of 3D modelling
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/g3d
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"