mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Be the first port to fully utilize bsd.sdl.mk
Submitted by: edwin@mavetju.org
This commit is contained in:
parent
586aceca85
commit
f93a811dcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98641
@ -16,24 +16,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
|
||||
|
||||
BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 \
|
||||
lua:${PORTSDIR}/lang/lua
|
||||
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
|
||||
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
|
||||
SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx
|
||||
BUILD_DEPENDS= lua:${PORTSDIR}/lang/lua
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
||||
USE_SDL= gfx image mixer sdl
|
||||
CONFIGURE_ARGS= --target=""
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
||||
|
||||
MAN6= enigma.6
|
||||
|
||||
post-install:
|
||||
@${CAT} pkg-message
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user