aboutsummaryrefslogtreecommitdiff
path: root/games/glaxium/Makefile
blob: 784e50d4e3613081c7478cd42f55554a0a75b187 (plain) (blame)
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
# Created by: Igor Pokrovsky <ip@doom.homeunix.org>

PORTNAME=	glaxium
PORTVERSION=	0.5
PORTREVISION=	18
CATEGORIES=	games
MASTER_SITES=	http://xhosxe.free.fr/glaxium/
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	OpenGL based space-ship "shoot-em-up" game

LIB_DEPENDS=	libpng.so:graphics/png

USES=		dos2unix gl gmake sdl
USE_SDL=	sdl mixer
USE_GL=		glut
GNU_CONFIGURE=	yes
ALL_TARGET=	${PORTNAME}

DOS2UNIX_FILES=	variables.cpp scene.cpp

DESKTOP_ENTRIES=	"Glaxium" \
			"Space-ship \"shoot-em-up\" game" \
			"${DATADIR}/textures/myship.png" \
			"glaxium" \
			"Game;ArcadeGame;" \
			false

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g; \
		 s|/games/glaxium|/glaxium|g' ${WRKSRC}/configure
	@${REINPLACE_CMD} -e 's|gcc -g -o|$$(CC) -o|g ; \
		 s|/games/glaxium|/glaxium|g' ${WRKSRC}/Makefile.in
	@${REINPLACE_CMD} -e 's|Scratcher:: Scratcher|Scratcher|g' \
		${WRKSRC}/scratcher.hpp
	@${REINPLACE_CMD} -e 's|TankFire::TankFire|TankFire|g' \
		${WRKSRC}/tank.hpp

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>