1999-06-19 17:38:25 +00:00
|
|
|
# New ports collection makefile for: giram
|
|
|
|
# Date created: 17 June 1999
|
|
|
|
# Whom: Brandon Fosdick <bfoz@glue.umd.edu>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-06-19 17:38:25 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= giram
|
2000-07-11 10:30:07 +00:00
|
|
|
PORTVERSION= 0.1.6
|
1999-06-19 17:38:25 +00:00
|
|
|
CATEGORIES= graphics
|
2000-03-04 13:34:30 +00:00
|
|
|
MASTER_SITES= ftp://ftp.giram.org/pub/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= Giram-${PORTVERSION}
|
1999-06-19 17:38:25 +00:00
|
|
|
|
|
|
|
MAINTAINER= bfoz@glue.umd.edu
|
|
|
|
|
2000-03-04 13:34:30 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
GL:${PORTSDIR}/graphics/Mesa3
|
1999-06-19 17:38:25 +00:00
|
|
|
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31
|
|
|
|
|
2000-07-15 16:14:46 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1999-06-19 17:38:25 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-07-15 16:14:46 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --disable-gnome
|
1999-06-19 17:38:25 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-03-04 13:34:30 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/doc/giram/SampleScenes/
|
1999-06-19 17:38:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|