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

(-)pioneer/Makefile (-1 / +5 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	pioneer
4
PORTNAME=	pioneer
5
PORTVERSION=	0.0.${GH_TAGNAME}
5
PORTVERSION=	0.0.${GH_TAGNAME}
6
PORTREVISION=	1
6
CATEGORIES=	games
7
CATEGORIES=	games
7
MASTER_SITES=	http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/
8
MASTER_SITES=	http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}${EXTRACT_SUFX}?dummy=/
8
9
9
MAINTAINER=	lightside@gmx.com
10
MAINTAINER=	lightside@gmx.com
10
COMMENT=	Space adventure game set in the Milky Way galaxy
11
COMMENT=	Space adventure game set in the Milky Way galaxy
Lines 92-97 Link Here
92
		${WRKSRC}/configure.ac
93
		${WRKSRC}/configure.ac
93
	${REINPLACE_CMD} -e 's/modelviewer/${PORTNAME} -modelviewer/' \
94
	${REINPLACE_CMD} -e 's/modelviewer/${PORTNAME} -modelviewer/' \
94
		${WRKSRC}/Modelviewer.txt
95
		${WRKSRC}/Modelviewer.txt
96
# Use "unsigned int" type for std::max matching function
97
	${REINPLACE_CMD} -e 's/int m_atlasVIncrement/unsigned &/' \
98
		${WRKSRC}/src/text/TextureFont.h
95
.if !${PORT_OPTIONS:MMODELCOMPILER}
99
.if !${PORT_OPTIONS:MMODELCOMPILER}
96
	${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \
100
	${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \
97
		${WRKSRC}/src/Makefile.am
101
		${WRKSRC}/src/Makefile.am

Return to bug 195895