diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-31 07:30:03 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-31 07:30:03 +0000 |
commit | 2795c4b2246935456457f604cc20343881aee828 (patch) | |
tree | a3052a51f5256b2d119ff435ac94b81856f973ad /x11-toolkits | |
parent | update net/sdl_net: (diff) |
update x11-toolkits/sdl_gui:
- Utilize USE_SDL
- Fix naming format of shared library
PR: 55068
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=86023
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/sdl_gui/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/sdl_gui/pkg-plist | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile index cf9ee7522177..4d12c01eeea2 100644 --- a/x11-toolkits/sdl_gui/Makefile +++ b/x11-toolkits/sdl_gui/Makefile @@ -8,7 +8,7 @@ PORTNAME= sdl_gui PORTVERSION= 0.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.newimage.com/~rhk/SDL_gui/ DISTNAME= SDL_gui-${PORTVERSION} @@ -16,15 +16,14 @@ DISTNAME= SDL_gui-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Graphical User Interface library for SDL -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ - SDL_image:${PORTSDIR}/graphics/sdl_image \ - SDL_ttf:${PORTSDIR}/graphics/sdl_ttf +LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ + SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config +USE_SDL= yes USE_REINPLACE= yes USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" post-configure: ${REINPLACE_CMD} -e "s/^CC=\"cc\"/CC=\"${CXX}\"/" ${WRKSRC}/libtool diff --git a/x11-toolkits/sdl_gui/pkg-plist b/x11-toolkits/sdl_gui/pkg-plist index 23b1b9e7ef7d..257a33d18c75 100644 --- a/x11-toolkits/sdl_gui/pkg-plist +++ b/x11-toolkits/sdl_gui/pkg-plist @@ -1,4 +1,4 @@ include/SDL11/SDL_gui.h -lib/libSDL_gui-0.10.3.so lib/libSDL_gui.a lib/libSDL_gui.so +lib/libSDL_gui.so.0 |