mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Respect LOCALBASE and X11BASE
PR: 88531 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
This commit is contained in:
parent
e7b091582b
commit
871ccaab53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147443
@ -17,12 +17,15 @@ COMMENT= S.C.O.U.R.G.E. is a rogue-like game
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GL= yes
|
||||
USE_GL= yes
|
||||
USE_SDL= sdl mixer net
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.3+
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
CONFIGURE_ARGS= --with-data-dir=${DATADIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user