2000-04-25 23:19:17 +02:00
|
|
|
# New ports collection makefile for: sdl_mixer
|
2000-11-01 16:51:11 +01:00
|
|
|
# Date created: 24 April 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-04-25 23:19:17 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sdl_mixer
|
2003-07-29 12:55:47 +02:00
|
|
|
PORTVERSION= 1.2.5
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-04-25 23:19:17 +02:00
|
|
|
CATEGORIES= audio
|
2001-04-06 15:40:21 +02:00
|
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
|
2000-04-25 23:19:17 +02:00
|
|
|
DISTNAME= SDL_mixer-${PORTVERSION}
|
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A sample multi-channel audio mixer library
|
2000-04-25 23:19:17 +02:00
|
|
|
|
2003-12-20 17:14:14 +01:00
|
|
|
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
|
2003-07-31 08:55:52 +02:00
|
|
|
smpeg.1:${PORTSDIR}/multimedia/smpeg
|
2000-04-25 23:19:17 +02:00
|
|
|
|
2003-07-31 08:55:52 +02:00
|
|
|
USE_SDL= yes
|
|
|
|
USE_REINPLACE= yes
|
2000-04-25 23:19:17 +02:00
|
|
|
USE_GMAKE= yes
|
2003-07-31 08:55:52 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2000-08-15 09:19:02 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-04-25 23:19:17 +02:00
|
|
|
|
2001-01-29 19:58:06 +01:00
|
|
|
post-configure:
|
2003-07-31 08:55:52 +02:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
|
|
|
${WRKSRC}/libtool
|
2001-01-29 19:58:06 +01:00
|
|
|
|
2000-04-25 23:19:17 +02:00
|
|
|
.include <bsd.port.mk>
|