aea21b3b36
*_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
29 lines
723 B
Makefile
29 lines
723 B
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdl_mixer
|
|
PORTVERSION= 1.2.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio linux
|
|
DISTNAME= SDL_mixer-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Sample multi-channel audio mixer library (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-sdl_mixer-[0-9]* linux-f8-sdl_mixer-[0-9]*
|
|
|
|
USES= linux:f10
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX= sdl12 mikmod
|
|
LINUX_NAME= SDL_mixer
|
|
|
|
RPMVERSION= 9.fc10
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= usr/bin/playmus usr/lib/libSDL_mixer-1.2.so.0 \
|
|
usr/bin/playwave usr/lib/libSDL_mixer-1.2.so.0.2.6
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
|
|
PORTDOCS= CHANGES COPYING README
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|