diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-02 06:02:47 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-02 06:02:47 +0000 |
commit | 87f2ecc94f110dd5f2db38453e553d45ca6192dc (patch) | |
tree | 697dfbb5d023ac8bf539d223f440e66ee1a673e9 /games | |
parent | 55fe2bd4fe3338c4535b8034293bfe2ce9aef1ff (diff) | |
download | ports-87f2ecc94f110dd5f2db38453e553d45ca6192dc.tar.gz ports-87f2ecc94f110dd5f2db38453e553d45ca6192dc.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/vamos/Makefile | 10 | ||||
-rw-r--r-- | games/vamos/distinfo | 2 | ||||
-rw-r--r-- | games/vamos/pkg-plist | 32 |
3 files changed, 36 insertions, 8 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 291c05a00130..39f4e7251caa 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -7,7 +7,7 @@ # PORTNAME= vamos -PORTVERSION= 0.2.4 +PORTVERSION= 0.3.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,13 +15,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An automotive simulation framework -BUILD_DEPENDS= ${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= sigc:${PORTSDIR}/devel/libsigc++ +BUILD_DEPENDS= ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \ + ${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib +LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ USE_MESA= yes USE_REINPLACE= yes +USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${X11BASE}/lib -lGL -lGLU -lglut ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes diff --git a/games/vamos/distinfo b/games/vamos/distinfo index 06d673548823..4e71144a2077 100644 --- a/games/vamos/distinfo +++ b/games/vamos/distinfo @@ -1 +1 @@ -MD5 (vamos-0.2.4.tar.gz) = 2eb9dc076ecad02c584bb24bcbeafd86 +MD5 (vamos-0.3.1.tar.gz) = 173b2fc2c0c1e762e19212758163130d diff --git a/games/vamos/pkg-plist b/games/vamos/pkg-plist index 13a9ff8c5439..6e367c171d52 100644 --- a/games/vamos/pkg-plist +++ b/games/vamos/pkg-plist @@ -1,4 +1,3 @@ -bin/trk-convert bin/vamos include/vamos/body/Aerodynamic_Device.h include/vamos/body/Body.h @@ -18,16 +17,20 @@ include/vamos/body/Suspension.h include/vamos/body/Tire.h include/vamos/body/Transmission.h include/vamos/body/Wheel.h +include/vamos/geometry/Constants.h include/vamos/geometry/Conversions.h +include/vamos/geometry/Handle.h include/vamos/geometry/Inertia_Tensor.h +include/vamos/geometry/Interpolator.h +include/vamos/geometry/Linear_Interpolator.h +include/vamos/geometry/Material.h include/vamos/geometry/Spline.h -include/vamos/geometry/Surface.h include/vamos/geometry/Texture_Image.h include/vamos/geometry/Three_Matrix.h include/vamos/geometry/Three_Vector.h include/vamos/geometry/Two_Point.h -include/vamos/track/Gl_Track.h include/vamos/track/Road_Segment.h +include/vamos/track/Strip_Track.h include/vamos/track/Track.h include/vamos/world/Atmosphere.h include/vamos/world/Car_World.h @@ -48,16 +51,39 @@ lib/libvamos-track.so.0 lib/libvamos-world.a lib/libvamos-world.so lib/libvamos-world.so.0 +share/vamos/cars/F1-1967.xml +share/vamos/cars/F1.xml +share/vamos/cars/GT.xml +share/vamos/cars/default-car.xml +share/vamos/cars/front-drive.xml +share/vamos/cars/trainer.xml +share/vamos/sounds/crash.wav share/vamos/sounds/engine.wav +share/vamos/sounds/rumble.wav share/vamos/sounds/tire_squeal.wav +share/vamos/sounds/wind.wav share/vamos/textures/grass.ppm share/vamos/textures/gravel.ppm share/vamos/textures/rail.ppm share/vamos/textures/tires.ppm share/vamos/textures/track.ppm share/vamos/textures/wall.ppm +share/vamos/tracks/Indianapolis.xml +share/vamos/tracks/Magny-Cours.xml +share/vamos/tracks/Mosport.xml +share/vamos/tracks/Nurburgring.xml +share/vamos/tracks/Peanut.xml +share/vamos/tracks/Silverstone.xml +share/vamos/tracks/Spa.xml +share/vamos/tracks/Suzuka.xml +share/vamos/tracks/default-track.xml +share/vamos/tracks/drag.xml +share/vamos/tracks/jump.xml +share/vamos/tracks/skid_pad.xml +@dirrm share/vamos/tracks @dirrm share/vamos/textures @dirrm share/vamos/sounds +@dirrm share/vamos/cars @dirrm share/vamos @dirrm include/vamos/world @dirrm include/vamos/track |