freebsd-ports/audio/linux-f8-sdl_mixer/Makefile
Edwin Groothuis 484acaa8b1 [New port]: audio/linux-sdl_mixer - SDL Mixer for Linux
This is the SDL Mixer library for the linux compatibility layer.

PR:		ports/112987
Submitted by:	Marcus von Appen <mva@sysfault.org>
2007-06-03 01:07:53 +00:00

28 lines
767 B
Makefile

# New ports collection makefile for: linux-sdl_mixer
# Date created: 25 May 2007
# Whom: Marcus von Appen <mva@sysfault.org>
#
# $FreeBSD$
#
PORTNAME= sdl_mixer
DISTVERSION= 1.2.6
CATEGORIES= audio linux
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/
DISTNAME= SDL_mixer-${PORTVERSION}-3.fc${LINUX_DIST_VER}
MAINTAINER= mva@sysfault.org
COMMENT= A sample multi-channel audio mixer library (Linux version)
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
USE_LDCONFIG= yes
AUTOMATIC_PLIST=yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
BRANDELF_DIRS= usr/bin
.include <bsd.port.mk>