View | Details | Raw Unified | Return to bug 205629
Collapse All | Expand All

(-)Makefile (-2 / +9 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pinball
4
PORTNAME=	pinball
5
PORTVERSION=	0.3.1
5
PORTVERSION=	0.3.1
6
PORTREVISION=	19
6
PORTREVISION=	20
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
9
Lines 38-47 Link Here
38
38
39
# For gmake>=3.82
39
# For gmake>=3.82
40
pre-configure:
40
pre-configure:
41
	${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \
41
	@${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \
42
		${REINPLACE_CMD} -e 's,^dnl,# dnl,'
42
		${REINPLACE_CMD} -e 's,^dnl,# dnl,'
43
43
44
post-install:
44
post-install:
45
	@${MV} ${STAGEDIR}/var/games/pinball/professor/highscores \
46
		${STAGEDIR}/var/games/pinball/professor/highscores.sample
47
	@${MV} ${STAGEDIR}/var/games/pinball/tux/highscores \
48
		${STAGEDIR}/var/games/pinball/tux/highscores.sample
49
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pinball/lib*.so*
50
51
post-install-DOCS-on:
45
	${MKDIR} ${STAGEDIR}${DOCSDIR}
52
	${MKDIR} ${STAGEDIR}${DOCSDIR}
46
.for FILE in ${DOCS}
53
.for FILE in ${DOCS}
47
	${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
54
	${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
(-)pkg-plist (-14 / +6 lines)
Lines 1-4 Link Here
1
bin/pinball
1
@(,games,2555) bin/pinball
2
bin/pinball-config
2
bin/pinball-config
3
include/pinball/AlignVisitor.h
3
include/pinball/AlignVisitor.h
4
include/pinball/AllegroVisitor.h
4
include/pinball/AllegroVisitor.h
Lines 122-137 Link Here
122
%%DATADIR%%/tux/tiles.png
122
%%DATADIR%%/tux/tiles.png
123
%%DATADIR%%/tux/tiles.png.pcx
123
%%DATADIR%%/tux/tiles.png.pcx
124
%%DATADIR%%/tux/up.wav
124
%%DATADIR%%/tux/up.wav
125
@dirrm %%DATADIR%%/tux
125
@sample(,games,664) /var/games/pinball/professor/highscores.sample
126
@dirrm %%DATADIR%%/professor
126
@sample(,games,664) /var/games/pinball/tux/highscores.sample
127
@dirrm %%DATADIR%%
127
@dir(,games,775) /var/games/pinball/tux
128
%%PORTDOCS%%@dirrm %%DOCSDIR%%
128
@dir(,games,775) /var/games/pinball/professor
129
@dirrm lib/pinball
129
@dir /var/games/pinball
130
@dirrm include/pinball
131
@group games
132
@unexec rmdir "/var/games/pinball/tux" >/dev/null 2>&1 || :
133
@unexec rmdir "/var/games/pinball/professor" >/dev/null 2>&1 || :
134
@unexec rmdir "/var/games/pinball" >/dev/null 2>&1 || :
135
/var/games/pinball/professor/highscores
136
/var/games/pinball/tux/highscores
137
@group

Return to bug 205629