mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Update to 0.2.2
PR: ports/103981 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
This commit is contained in:
parent
a90c170a17
commit
53f743d6a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174511
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xmoto
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -29,6 +29,7 @@ USE_DOS2UNIX= src/*.cpp src/*.h
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --mandir="${PREFIX}/man"
|
||||
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR}
|
||||
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR}
|
||||
MANCOMPRESSED= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xmoto-0.2.1-src.tar.gz) = e5acce4c304db1cade31e6cc2d5abfde
|
||||
SHA256 (xmoto-0.2.1-src.tar.gz) = 9d7faa1a9196a6626f5edba7b590c0306eb16b35d5b3724fda7311ccb35de17c
|
||||
SIZE (xmoto-0.2.1-src.tar.gz) = 5755501
|
||||
MD5 (xmoto-0.2.2-src.tar.gz) = bbf2f0c02ba2ffe1f65e4ca78b0a0bd3
|
||||
SHA256 (xmoto-0.2.2-src.tar.gz) = 478b9f54c79878f3ff384298b8679f6aece1069b8d41bcdd66dc1951fe803648
|
||||
SIZE (xmoto-0.2.2-src.tar.gz) = 5938064
|
||||
|
@ -1,10 +1,14 @@
|
||||
bin/xmoto
|
||||
bin/xmoto-edit
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xmoto.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xmoto.mo
|
||||
%%DATADIR%%/credits.rpl
|
||||
%%DATADIR%%/editor.dat
|
||||
%%DATADIR%%/fonts.dat
|
||||
%%DATADIR%%/xmoto.bin
|
||||
%%DATADIR%%/xmoto.ogg
|
||||
%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/de
|
||||
%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/fr
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user