b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
32 lines
899 B
Makefile
32 lines
899 B
Makefile
# $NetBSD: Makefile,v 1.18 2002/03/13 17:37:08 fredb 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
|
|
PKGREVISION= 1
|
|
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-[0-9]*:../../audio/esound
|
|
DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs
|
|
DEPENDS+= povray-[0-9]*:../../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" \
|
|
PKGLOCALEDIR="${PKGLOCALEDIR}" \
|
|
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Giram
|
|
${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/examples/Giram/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|