freebsd-ports/graphics/giram/Makefile

48 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: giram
# Date created: 17 June 1999
# Whom: Brandon Fosdick <bfoz@glue.umd.edu>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= giram
PORTVERSION= 0.3.5
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.giram.org/downloads/
2003-05-18 14:42:48 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A POV-Ray oriented modeller
LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds
2000-10-05 09:22:56 +02:00
USE_X_PREFIX= yes
USE_PERL5_BUILD= yes
2003-07-26 01:03:37 +02:00
USE_GNOME= gtk20
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= # none
2000-10-05 09:22:56 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
INTLTOOL_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
2000-10-05 09:22:56 +02:00
.else
BUILD_DEPENDS+= povray:${PORTSDIR}/graphics/povray
RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray
2000-10-05 09:22:56 +02:00
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>