pkgsrc/graphics/giram/Makefile
hubertf d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00

32 lines
858 B
Makefile

# $NetBSD: Makefile,v 1.15 2001/02/25 04:17:51 hubertf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $
DISTNAME= Giram-0.1.2
PKGNAME= giram-0.1.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.minet.net/pub/giram/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.minet.net/giram/
COMMENT= Giram is Really A Modeller
DEPENDS+= esound-*:../../audio/esound
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= povray-*:../../graphics/povray
USE_X11= yes
USE_MESA= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
EVAL_PREFIX+= GTKDIR=gtk+
CONFIGURE_ENV= GTK_CONFIG="${GTKDIR}/bin/gtk-config" \
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
ALL_TARGET= install-strip
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Giram
${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/examples/Giram/
.include "../../mk/bsd.pkg.mk"