pkgsrc/graphics/giram/Makefile

30 lines
820 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2000/07/11 14:53:42 agc Exp $
1999-06-21 11:17:20 +02:00
# 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/
1999-06-21 11:17:20 +02:00
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.minet.net/giram/
DEPENDS+= Mesa-*:../../graphics/Mesa
DEPENDS+= esound-*:../../audio/esound
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= povray-*:../../graphics/povray
USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="`${MAKE} show-gtk+-prefix`/bin/gtk-config" \
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
ALL_TARGET= install-strip
post-install:
1999-08-17 07:18:43 +02:00
@${MKDIR} ${PREFIX}/share/examples/Giram
${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/examples/Giram/
1999-06-21 11:17:20 +02:00
.include "../../mk/bsd.pkg.mk"