mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
a9fd75bbf8
PR: ports/66751 Submitted by: Ports Fury
39 lines
852 B
Makefile
39 lines
852 B
Makefile
# New ports collection makefile for: criticalmass
|
|
# Date created: 30 Aug 2002
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= criticalmass
|
|
PORTVERSION= 0.99
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= CriticalMass-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An SDL/OpenGL space shoot\'em up game
|
|
|
|
CONFLICTS= shaaft-*
|
|
|
|
USE_BZIP2= yes
|
|
USE_SDL= image mixer sdl
|
|
USE_GL= yes
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib"
|
|
CONFIGURE_ARGS= --disable-optimize
|
|
|
|
MAN6= critter.6
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \
|
|
s|^CXXFLAGS|#CXXFLAGS|g ; \
|
|
s|-lSDL | |g' ${WRKSRC}/configure
|
|
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|SDL/SDL|SDL|g'
|
|
|
|
.include <bsd.port.mk>
|