- Remove indefinite article from COMMENT
- Convert USE_GMAKE to USES - Add stage support
This commit is contained in:
parent
e792e524dc
commit
28b01ce5d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332335
1 changed files with 2 additions and 4 deletions
|
@ -8,18 +8,16 @@ CATEGORIES= games
|
|||
MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A 3D tabletennis game
|
||||
COMMENT= 3D tabletennis game
|
||||
|
||||
USES= gettext pkgconfig
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_SDL= image mixer sdl
|
||||
USE_GL= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/SDL
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|/games/|/|g'
|
||||
|
|
Loading…
Reference in a new issue