aboutsummaryrefslogtreecommitdiff
path: root/games/pinball/Makefile
blob: ce8a1d1a4d3f7c26a0dd283418407061ec0540ff (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
44
45
46
# Created by: thierry@pompo.net

PORTNAME=	pinball
PORTVERSION=	0.3.20201218
CATEGORIES=	games

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Emilia Pinball is a free pinball game

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libltdl.so:devel/libltdl

USE_GITHUB=	yes
GH_ACCOUNT=	adoptware

USES=		autoreconf compiler:c++11-lang gl gmake localbase:ldflags \
		libtool:keepla pkgconfig sdl xorg # .la needed for plugin loading
USE_XORG=	ice sm
USE_GL=		gl glu
USE_SDL=	image mixer sdl
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-debug

CPPFLAGS+=	-DRZR_LIBSTATIC
SCOREDIR=	/var/games
PLIST_SUB=	SCOREDIR=${SCOREDIR}
#MAKE_JOBS_UNSAFE=yes

OPTIONS_DEFINE=	DOCS

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pinball/lib*.so*
.for table in professor tux
	(cd ${STAGEDIR}${SCOREDIR}/${PORTNAME}/${table} &&	\
	${MV} highscores highscores.sample)
.endfor

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>