Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2011 19:08:19 +0600
From:      Stas Timokhin <devel@stasyan.com>
To:        arved@freebsd.org
Cc:        wen@freebsd.org
Subject:   Re: ports/153823: Update graphics/white_dune to 0.30
Message-ID:  <20110114190819.s09watfxcgokcoc0@webmail.stasyan.com>
In-Reply-To: <201101141008.p0EA8GGo050197@freefall.freebsd.org>
References:  <201101141008.p0EA8GGo050197@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This message is in MIME format.

--=_3368676pw6o0
Content-Type: text/plain; charset=windows-1251; DelSp="Yes"; format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

> Wen asked for feedback
Here is correct Makefile. (USE_XORG=xft added).

--=_3368676pw6o0
Content-Type: application/octet-stream;
	name="Makefile"
Content-Disposition: attachment;
	filename="Makefile"
Content-Transfer-Encoding: 7bit

# ex:ts=8
# Ports collection makefile for:	white_dune
# Date created:			Apr 12, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/graphics/white_dune/Makefile,v 1.35 2010/03/28 06:38:06 dinoex Exp $
#

PORTNAME=	white_dune
PORTVERSION=	${DISTVERSION:S/pl/./}
DISTVERSION=	0.30pl5
CATEGORIES=	graphics
MASTER_SITES=	http://vrml.cip.ica.uni-stuttgart.de/dune/ CENKES

MAINTAINER=	devel@stasyan.com
COMMENT=	Graphical VRML97 Editor and animation tool

LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
		png.6:${PORTSDIR}/graphics/png

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_XORG=	xft
USE_MOTIF=	yes
USE_GL=		gl glu glut
USE_SDL=	sdl
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
		YACC="/usr/bin/byacc"
CONFIGURE_ARGS=	--with-optimization \
		--without-devil \
		--with-helpurl="${DOCSDIR}/index.html" \
		--with-vrml97am1url="${DOCSDIR}/vrml97Amendment1" \
		--with-x3ddrafturl="${DOCSDIR}/x3dDraft" \
		--with-scriptednodesurl="${DOCSDIR}/scriptedNodes"
CPPFLAGS=	`${SDL_CONFIG} --cflags` -DUSBHID_UCR_DATA -DUSBHID_NEW -D__FREEBSD__
LDFLAGS=	`${SDL_CONFIG} --libs`
ALL_TARGET=	dune

MAN1=		dune.1 illegal2vrml.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${PREFIX}/bin/
	@cd ${WRKSRC}/bin/&&${INSTALL_SCRIPT} dune4kids illegal2vrml ${PREFIX}/bin/
	@cd ${WRKSRC}/man/&&${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1/
.ifndef NOPORTDOCS
	@cd ${WRKSRC}/docs/&&${COPYTREE_SHARE} . ${DOCSDIR}/
.endif

.include <bsd.port.mk>

--=_3368676pw6o0--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110114190819.s09watfxcgokcoc0>