mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Fix the build in a better way
- s/<tab>/<space>/ after WWW: line Approved by: ahze
This commit is contained in:
parent
8585fce32b
commit
d2f781c5a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194921
@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Super Tux is a side-scroller similar to Super Mario Brothers
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_SDL= image mixer
|
||||
USE_GL= yes
|
||||
@ -24,10 +23,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h
|
||||
|
||||
.if ${OSVERSION} > 700000
|
||||
USE_GCC= 3.4
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,4 +2,4 @@ Super Tux is a side-scrolling run-and-jump game with a level editor
|
||||
similar to the original game "Super Mario Bros."from the Nintendo
|
||||
Entertainment System.
|
||||
|
||||
WWW: http://supertux.berlios.de/
|
||||
WWW: http://supertux.berlios.de/
|
||||
|
Loading…
Reference in New Issue
Block a user