2000-07-11 16:53:35 +02:00
|
|
|
# $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 $
|
1999-06-21 11:12:03 +02:00
|
|
|
|
1999-09-09 09:55:18 +02:00
|
|
|
DISTNAME= Giram-0.1.2
|
|
|
|
PKGNAME= giram-0.1.2
|
1999-06-21 11:12:03 +02:00
|
|
|
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/
|
1999-06-21 11:12:03 +02:00
|
|
|
|
1999-09-30 00:58:43 +02:00
|
|
|
DEPENDS+= Mesa-*:../../graphics/Mesa
|
1999-10-23 02:11:06 +02:00
|
|
|
DEPENDS+= esound-*:../../audio/esound
|
|
|
|
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
|
|
|
|
DEPENDS+= povray-*:../../graphics/povray
|
1999-06-21 11:12:03 +02:00
|
|
|
|
1999-09-09 09:55:18 +02:00
|
|
|
USE_X11= yes
|
1999-06-21 11:12:03 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-07-11 16:53:35 +02:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="`${MAKE} show-gtk+-prefix`/bin/gtk-config" \
|
1999-06-21 11:12:03 +02:00
|
|
|
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
|
|
|
|
|
1999-09-09 09:55:18 +02:00
|
|
|
ALL_TARGET= install-strip
|
|
|
|
|
1999-06-21 11:12:03 +02:00
|
|
|
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:12:03 +02:00
|
|
|
|
1999-06-21 11:17:20 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|