freebsd-ports/games/openglad/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

34 lines
725 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= openglad
PORTVERSION= 0.98
PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= SF/snowstorm/OpenGlad/Openglad-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SDL port of an old DOS game called Gladiator
LICENSE= GPLv2 # (or later)
USES= gmake
USE_SDL= sdl mixer
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
DESKTOP_ENTRIES="OpenGlad" "" "" "${PORTNAME}" "" ""
NOT_FOR_ARCHS= sparc64
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
's|COPYING INSTALL|INSTALL|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|/path/to/data/dir|${DATADIR}|' ${WRKSRC}/openglad.cfg
.include <bsd.port.mk>