mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
484acaa8b1
This is the SDL Mixer library for the linux compatibility layer. PR: ports/112987 Submitted by: Marcus von Appen <mva@sysfault.org>
29 lines
767 B
Makefile
29 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>
|