Adapt this package to NetBSD.
This commit is contained in:
parent
443f06852d
commit
93913d3628
4 changed files with 12 additions and 13 deletions
|
@ -1,28 +1,25 @@
|
|||
# New ports collection makefile for: giram
|
||||
# Version required: 0.0.18
|
||||
# Date created: 17 June 1999
|
||||
# Whom: Brandon Fosdick <bfoz@glue.umd.edu>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1999/06/21 09:12:03 sakamoto Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 1999/06/21 09:17:20 sakamoto Exp $
|
||||
# FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $
|
||||
|
||||
DISTNAME= Giram-0.0.18
|
||||
PKGNAME= giram-0.0.18
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.minet.net/pub/giram/
|
||||
|
||||
MAINTAINER= bfoz@glue.umd.edu
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.minet.net/giram/
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31
|
||||
DEPENDS+= gtk+-1.2.2:../../x11/gtk
|
||||
DEPENDS+= Mesa-3.0:../../graphics/Mesa
|
||||
RUN_DEPENDS= povray:../../graphics/povray
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config" \
|
||||
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/Giram/SampleScenes
|
||||
${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/Giram/SampleScenes/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 1999/06/21 09:17:21 sakamoto Exp $
|
||||
|
||||
MD5 (Giram-0.0.18.tar.gz) = 591e0f7af9bd3c980ca9f16e108e7f2f
|
||||
|
|
|
@ -4,4 +4,3 @@ It is a Persistance Of Vision (POV-Ray) oriented modeller. But may become
|
|||
more of a general modeller in the future.
|
||||
|
||||
Author: David Odin <David.Odin@bigfoot.com>
|
||||
WWW: http://www.minet.net/giram/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 1999/06/21 09:17:21 sakamoto Exp $
|
||||
bin/povfront
|
||||
bin/giram
|
||||
Giram/plug-ins/Rotate
|
||||
|
|
Loading…
Reference in a new issue