- Fix the build with newish GCC [1]
- Kill EOL whitespace in pkg-descr - Add USE_GETTEXT per portlint(1) Reported by: pointyhat (logs) [1]
This commit is contained in:
parent
594c71207c
commit
6f9f2edac6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194404
@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= cannonsmash
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A 3D tabletennis game
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_SDL= image mixer sdl
|
||||
USE_GL= yes
|
||||
USE_GNOME= gnometarget gtk20
|
||||
@ -27,5 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/SDL" \
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|/games/|/|g'
|
||||
@${REINPLACE_CMD} -e 's|BallView::||' ${WRKSRC}/BallView.h
|
||||
@${REINPLACE_CMD} -e 's|== 3|>= 3|' ${WRKSRC}/matrix
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
CannonSmash is a 3D tabletennis game. The goal of this project is to
|
||||
represent various strategy of tabletennis on computer game.
|
||||
|
||||
WWW: http://cannonsmash.sourceforge.net/
|
||||
WWW: http://cannonsmash.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user