diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-22 16:06:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-22 16:06:05 +0000 |
commit | 1a392c10ada589cea709d639d1d7bb3c2fa0ad51 (patch) | |
tree | 014e6dafed9bb66220298459439fa07bbb540866 /graphics/white_dune/Makefile | |
parent | f1fc76dd97150702c206300e30554fdaf3840eca (diff) | |
download | ports-1a392c10ada589cea709d639d1d7bb3c2fa0ad51.tar.gz ports-1a392c10ada589cea709d639d1d7bb3c2fa0ad51.zip |
Notes
Diffstat (limited to 'graphics/white_dune/Makefile')
-rw-r--r-- | graphics/white_dune/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index 7fe1ac9fbeec..73d9092060a5 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -7,9 +7,8 @@ # PORTNAME= white_dune -PORTVERSION= 0.26.5 +PORTVERSION= 0.28.1 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.csv.ica.uni-stuttgart.de/vrml/dune/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}pl${PORTVERSION:E} @@ -18,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical VRML97 Editor and animation tool LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - glut:${PORTSDIR}/graphics/libglut \ + glut.3:${PORTSDIR}/graphics/libglut \ png.5:${PORTSDIR}/graphics/png USE_MOTIF= yes @@ -31,12 +30,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ CONFIGURE_ARGS= --with-optimization \ --without-devil \ --with-helpurl="${DOCSDIR}/index.html" \ - --with-nurbscurveprotourl="${DATADIR}/NurbsCurvePROTO.wrl" \ - --with-nurbsgroupprotourl="${DATADIR}/NurbsGroupPROTO.wrl" \ - --with-nurbssurfaceprotourl="${DATADIR}/NurbsSurfacePROTO.wrl" + --with-vrml97am1url="${DOCSDIR}/vrml97Amendment1" \ + --with-x3ddrafturl="${DOCSDIR}/x3dDraft" \ + --with-scriptednodesurl="${DOCSDIR}/scriptedNodes" ALL_TARGET= # empty -MAN1= dune.1 +MAN1= dune.1 illegal2vrml.1 CPPFLAGS= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` \ -DUSBHID_UCR_DATA @@ -50,11 +49,11 @@ CPPFLAGS+= -DUSBHID_NEW do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune4kids ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/dune.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${DATADIR} -.for file in NurbsCurvePROTO.wrl NurbsGroupPROTO.wrl NurbsSurfacePROTO.wrl - ${INSTALL_DATA} ${WRKSRC}/docs/vrml200x_nurbssurface/${file} ${DATADIR} +.for file in dune4kids illegal2vrml + ${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${PREFIX}/bin +.endfor +.for file in dune.1 illegal2vrml.1 + ${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1 .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |