freebsd-ports/graphics/white_dune/Makefile
Andrew Pantyukhin b49269bfeb - Update to 0.28pl12
- Add mirrors
- Clean up
2007-08-07 16:07:03 +00:00

46 lines
1.3 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: white_dune
# Date created: Apr 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= white_dune
PORTVERSION= ${DISTVERSION:S/pl/./}
DISTVERSION= 0.28pl12
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://vrml.cip.ica.uni-stuttgart.de/dune/ CENKES
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical VRML97 Editor and animation tool
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
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"
MAN1= dune.1 illegal2vrml.1
CPPFLAGS= `${SDL_CONFIG} --cflags` -DUSBHID_UCR_DATA -DUSBHID_NEW
LDFLAGS= `${SDL_CONFIG} --libs`
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>