diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-15 07:19:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-15 07:19:02 +0000 |
commit | bcd4b24df9f3bc0b33ea32bd2c4c9fac3fe9704c (patch) | |
tree | f0aab0d029b9a2806b0b6f4a05ba552630a00ae5 /audio/sdl_mixer/Makefile | |
parent | Add gnome as a secondary category. (diff) |
Update to 1.0.6.
Several fixes/cleanups:
- add previously missed INSTALLS_SHLIB;
- libtoolize;
- remove redundant newline at the end of PLIST.
Notes
Notes:
svn path=/head/; revision=31652
Diffstat (limited to 'audio/sdl_mixer/Makefile')
-rw-r--r-- | audio/sdl_mixer/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index ddba0a672078..440449cb0305 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: sdl_mixer -# Date created: 24 Aprim 2000 +# Date created: 24 April 2000 # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # PORTNAME= sdl_mixer -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= audio MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/SDL_mixer/src/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -18,8 +18,10 @@ LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \ mikmod.2:${PORTSDIR}/audio/libmikmod SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes + +USE_LIBTOOL= yes USE_GMAKE= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${X11BASE}/include" |