cf38984ff2
Bump PORTREVISION. PR: ports/167091 [1] Submitted by: Jan Beich <jbeich@tormail.net> [1] Tested at: redports
36 lines
1,002 B
Makefile
36 lines
1,002 B
Makefile
# New ports collection makefile for: audio/linux-f10-sdl_mixer
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sdl_mixer
|
|
PORTVERSION= 1.2.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= A sample multi-channel audio mixer library (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-sdl_mixer-[0-9]* linux-f8-sdl_mixer-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= sdl12 mikmod
|
|
LINUX_NAME= SDL_mixer
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 9.fc10
|
|
BRANDELF_FILES= usr/bin/playmus usr/bin/playwave
|
|
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>
|