View | Details | Raw Unified | Return to bug 170718 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-7 / +2 lines)
Lines 12-24 Link Here
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
13
13
14
MAINTAINER=	nemysis@gmx.ch
14
MAINTAINER=	nemysis@gmx.ch
15
COMMENT=	Block Rage is falling blocks game with a 2-player hotseat mode
15
COMMENT=	A falling blocks game with a 2-player hotseat mode
16
16
17
LICENSE=	GPLv2
17
LICENSE=	GPLv2
18
18
19
OPTIONS_DEFINE=	DATA
20
OPTIONS_DEFAULT=	DATA
21
22
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
23
ALL_TARGET=	${PORTNAME}
20
ALL_TARGET=	${PORTNAME}
24
USE_SDL=	sdl image mixer
21
USE_SDL=	sdl image mixer
Lines 47-59 Link Here
47
	${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6
44
	${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6
48
45
49
# Data
46
# Data
50
.if ${PORT_OPTIONS:MDATA}
51
.  for d in data blockrage-fhs.rc blockrage.cfg blockrage.rc
47
.  for d in data blockrage-fhs.rc blockrage.cfg blockrage.rc
52
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
48
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
53
.  endfor
49
.  endfor
54
.endif
55
50
56
# Documentations
51
# Documentation
57
.if ${PORT_OPTIONS:MDOCS}
52
.if ${PORT_OPTIONS:MDOCS}
58
	${MKDIR} ${DOCSDIR}
53
	${MKDIR} ${DOCSDIR}
59
.  for f in ${PORTDOCS}
54
.  for f in ${PORTDOCS}

Return to bug 170718