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

(-)/home/hernandp/ports/glexcess/Makefile (-1 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	glexcess
8
PORTNAME=	glexcess
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=	http://www.glexcess.com/files/
12
MASTER_SITES=	http://www.glexcess.com/files/
13
DISTNAME=	${PORTNAME}
13
DISTNAME=	${PORTNAME}
Lines 25-30 Link Here
25
25
26
post-patch:
26
post-patch:
27
	@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/scene*.cpp
27
	@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/scene*.cpp
28
	@${REINPLACE_CMD} -e 's|k_InitGL(GLvoid)|k_InitGL(void)|' ${WRKSRC}/scene12.cpp
29
	@${REINPLACE_CMD} -e 's|Load(char\*|Load(const char* |g' ${WRKSRC}/Texture.*
30
	@${REINPLACE_CMD} -e 's|Create(char\*|Create(const char* |g' ${WRKSRC}/Texture.*
28
31
29
do-install:
32
do-install:
30
	${INSTALL_PROGRAM} ${WRKSRC}/glxs ${PREFIX}/bin
33
	${INSTALL_PROGRAM} ${WRKSRC}/glxs ${PREFIX}/bin

Return to bug 114787