summaryrefslogtreecommitdiffstats
path: root/games/criticalmass/Makefile
blob: 37e10bf2b9165a91472a85e6660119e2442e83f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Created by: nbm
# $FreeBSD$

PORTNAME=	criticalmass
PORTVERSION=	1.0.0
PORTREVISION=	11
PORTEPOCH=	1
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}/Critical%20Mass/${PORTVERSION}
DISTNAME=	CriticalMass-${PORTVERSION}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	An SDL/OpenGL space shoot\'em up game

LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png

CONFLICTS=	shaaft-[0-9]*

USE_BZIP2=	yes
USE_SDL=	image mixer sdl
USE_GL=		gl
USE_XORG=	x11
GNU_CONFIGURE=	yes
CFLAGS=		-I${LOCALBASE}/include/libpng15
CONFIGURE_ARGS=	--disable-optimize

MAN6=		critter.6
PLIST_FILES=	bin/Packer \
		bin/critter \
		share/Critical_Mass/lg-criti.xm \
		share/Critical_Mass/resource.dat
PLIST_DIRS=	share/Critical_Mass

NO_STAGE=	yes
.include <bsd.port.pre.mk>

post-patch:
	@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
		's|SDL/SDL|SDL|g'
	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \
		 s|^CXXFLAGS|#CXXFLAGS|g ; \
		 s|/usr/X11R6|${LOCALBASE}|g ; \
		 s|-lSDL | |g ; \
		 s|-lpng12|-lpng|g' ${WRKSRC}/configure
	@${REINPLACE_CMD} -e 's|and def|\&\& def|g' ${WRKSRC}/utils/OSName.hpp

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud