freebsd-ports/games/abuse_sdl/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

39 lines
896 B
Makefile

# Created by: Dag-Erling C. Smørgrav <des@FreeBSD.org>
# $FreeBSD$
PORTNAME= abuse_sdl
PORTVERSION= 0.8
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= GENTOO/distfiles \
http://abuse.zoy.org/raw-attachment/wiki/download/
DISTNAME= abuse-${DISTVERSION}
MAINTAINER= games@FreeBSD.org
COMMENT= SDL port of the Abuse game engine
LICENSE= GPLv2
USES= pathfix
USE_GL= gl
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES="Abuse-SDL" "" "abuse" \
"abuse" "Game;StrategyGame;" ""
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/abuse.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>