aboutsummaryrefslogtreecommitdiff
path: root/misc/explosions/Makefile
blob: cce7c9a91587a42059fbc0c7839c7c0535092a8b (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
# New ports collection makefile for:	explosions
# Date created:				8 August 2001
# Whom:					Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#

PORTNAME=	explosions
PORTVERSION=	0.2005.07.31
PORTREVISION=	10
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.billsgames.com/unix/x/explosions/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/^0.//}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	3D objects flying around resembling explosions with various effects

USE_SDL=	sdl image
USE_GMAKE=	yes
USE_PERL5_BUILD=yes

post-patch:
	@${PERL} -pi -e 's!CFLAGS=-Wall -O2!CFLAGS+=-Wall!; \
		s!sdl-config!${SDL_CONFIG}!' \
		${WRKSRC}/Makefile
	@${PERL} -pi -e 's!spark%d.png!${DATADIR}/spark%d.png!' \
		${WRKSRC}/explosions.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/explosions ${PREFIX}/bin
	@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/spark?.png ${DATADIR}
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in BUGS.txt CHANGES.txt README.txt
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>