1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Support staging

- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
This commit is contained in:
Dmitry Marakasov 2013-10-19 00:03:12 +00:00
parent 85d31308fb
commit 571e138b94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330807
2 changed files with 5 additions and 1890 deletions

View File

@ -11,10 +11,10 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} ${PORTNAME}-data-${PORTVERS
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Puzzle game destined to improve the knowledge of Andalusia
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake
USE_SDL= sdl image mixer
USE_GL= gl
@ -23,7 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
DATA_WRKSRC= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION}
NO_STAGE= yes
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
post-patch:
@${REINPLACE_CMD} -e '/LIBS/ s|-lSDL_[a-z]*|& $${SDL_LIBS}|' ${WRKSRC}/configure

File diff suppressed because it is too large Load Diff