mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.5.6
PR: 113006 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
1754d5bd4f
commit
dfcf83e9e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192019
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vamos
|
||||
PORTVERSION= 0.5.5
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.5.6
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -22,15 +21,15 @@ LIB_DEPENDS= cppunit-1.10.2:${PORTSDIR}/devel/cppunit \
|
||||
glut.4:${PORTSDIR}/graphics/libglut \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnometarget
|
||||
USE_GL= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \
|
||||
--infodir=${PREFIX}/${INFO_PATH}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INFO= vamos
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vamos-0.5.5.tar.gz) = f490e7b45d345b9a0b22b29cb042a77e
|
||||
SHA256 (vamos-0.5.5.tar.gz) = 16d6faec2f23e5540378f17cd33326ec8db6aa35e47a87522f4298f07aaadcea
|
||||
SIZE (vamos-0.5.5.tar.gz) = 1474804
|
||||
MD5 (vamos-0.5.6.tar.gz) = b2b16f5afe461425652afe76d49e99af
|
||||
SHA256 (vamos-0.5.6.tar.gz) = 3242cfcb1c8dfabd0f6ab68478e23fe38933b31b912fbc51409dda23c5d99622
|
||||
SIZE (vamos-0.5.6.tar.gz) = 1498413
|
||||
|
@ -19,11 +19,13 @@ include/vamos/body/Tire.h
|
||||
include/vamos/body/Transmission.h
|
||||
include/vamos/body/Wheel.h
|
||||
include/vamos/geometry/Constants.h
|
||||
include/vamos/geometry/Contact_Info.h
|
||||
include/vamos/geometry/Conversions.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/Numeric.h
|
||||
include/vamos/geometry/Rectangle.h
|
||||
include/vamos/geometry/Spline.h
|
||||
include/vamos/geometry/Three_Matrix.h
|
||||
|
Loading…
Reference in New Issue
Block a user