diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-21 05:18:12 +0800 |
commit | ffc486df06c7eda230c428c1f8761c13ee97e83c (patch) | |
tree | a75059efcc4ba44d07e36710805846aa16080e57 /games/asc | |
parent | f5fe85b2db7e0d33ec4a688a8143d1163eea63bb (diff) | |
download | freebsd-ports-gnome-ffc486df06c7eda230c428c1f8761c13ee97e83c.tar.gz freebsd-ports-gnome-ffc486df06c7eda230c428c1f8761c13ee97e83c.tar.zst freebsd-ports-gnome-ffc486df06c7eda230c428c1f8761c13ee97e83c.zip |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index d85860923d7e..2293f7493242 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -19,22 +19,16 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A turn based, multiplayer strategic game with very nice graphics -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDLmm.8:${PORTSDIR}/devel/sdlmm \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - paragui.4:${PORTSDIR}/x11-toolkits/paragui +LIB_DEPENDS= paragui.4:${PORTSDIR}/x11-toolkits/paragui WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= image mm mixer sdl USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL= yes USE_GETOPT_LONG= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="`${SDL_CONFIG} --cflags`" \ +CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ CXXFLAGS="-D_UNICODE_BROKEN_" \ LIBS="`${SDL_CONFIG} --libs` -lm" |