freebsd-ports/graphics/giram/Makefile
Daichi GOTO 2cdf2e1fe0 update graphics/giram: 0.1.7 -> 0.3.5
PR:		52411
Submitted by:	Thierry Thomas <thierry@pompo.net>
Pointed out by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-23 06:19:44 +00:00

43 lines
1 KiB
Makefile

# New ports collection makefile for: giram
# Date created: 17 June 1999
# Whom: Brandon Fosdick <bfoz@glue.umd.edu>
#
# $FreeBSD$
#
PORTNAME= giram
PORTVERSION= 0.3.5
CATEGORIES= graphics
MASTER_SITES= http://www.giram.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A POV-Ray oriented modeller
USE_X_PREFIX= yes
USE_PERL5_BUUID= yes
USE_GNOME= gtk20
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
NTLTOOL_PERL="${PERL}"
CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \
--with-tutorial-path="${DOCSDIR}" \
--with-lib3ds-prefix="${LOCALBASE}"
MAN1= giram.1
.if defined(WITH_POVRAY31)
BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray31
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31
.else
BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>