diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/glexcess | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | ports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Notes
Diffstat (limited to 'graphics/glexcess')
-rw-r--r-- | graphics/glexcess/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/glexcess/Makefile b/graphics/glexcess/Makefile index 7ae869950e82..0e29b1e0113e 100644 --- a/graphics/glexcess/Makefile +++ b/graphics/glexcess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glexcess -# Date created: 1 September 2006 -# Whom: Hernan Di Pietro <hernan.di.pietro@gmail.com> -# +# Created by: Hernan Di Pietro <hernan.di.pietro@gmail.com> # $FreeBSD$ -# PORTNAME= glexcess PORTVERSION= 1.0 @@ -21,6 +17,7 @@ USE_GL= glut MAKE_ARGS= 'CXXFLAGS=${CXXFLAGS} -I${LOCALBASE}/include -pipe -s -O2' \ 'LDFLAGS=-L${LOCALBASE}/lib -lGL -lGLU -lglut' +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/scene*.cpp @${REINPLACE_CMD} -e 's|k_InitGL(GLvoid)|k_InitGL(void)|' ${WRKSRC}/scene12.cpp |