remove mikmod dependency as SDL_mixer bundles its own modified version

and doesn't depend on the external version.  correct the licensing
comment (GPL->LGPL).
This commit is contained in:
jolan 2003-09-23 04:34:40 +00:00
parent e67f5bda61
commit 509069c24a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2003/06/18 09:24:42 jolan Exp $
# $OpenBSD: Makefile,v 1.19 2003/09/23 04:34:40 jolan Exp $
COMMENT= "SDL multi-channel audio mixer library"
@ -12,7 +12,7 @@ HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -21,15 +21,14 @@ PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
LIB_DEPENDS= SDL::devel/sdl \
mikmod.2::audio/libmikmod \
smpeg.1::devel/smpeg \
vorbis.0,vorbisfile.1::audio/libvorbis
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" \
PPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
patch-*