summaryrefslogtreecommitdiff
path: root/graphics/giram/Makefile
blob: 480e705f4e57eb5b078eaf6a897901924fc9fa14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	giram
# Date created:        17 June 1999
# Whom:                Brandon Fosdick <bfoz@glue.umd.edu>
#
# $FreeBSD$
#

PORTNAME=	giram
PORTVERSION=	0.1.6
CATEGORIES=	graphics
MASTER_SITES=	ftp://ftp.giram.org/pub/
DISTNAME=	Giram-${PORTVERSION}

MAINTAINER=	bfoz@glue.umd.edu

LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS=	povray:${PORTSDIR}/graphics/povray31

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

USE_MESA=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
		GTK_CONFIG="${GTK_CONFIG}" \
		LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gnome

post-install:
	@${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes
	${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/doc/giram/SampleScenes/

.include <bsd.port.mk>