freebsd-ports/audio/linux-openal/Makefile
Boris Samorodov adb5257b4c o change default linux package at bsd.linux-rpm.mk for automatic
plist creation to FC4;
o  upgrade audio ports which use automatic plist creation to use FC4
   packages or bump PORTREVISION for those which already use FC4
   packages.                                                           [1]

Approved by:	julefort (maintainer, implicit)   [1]
		netchild (mentor)
2006-07-13 12:35:13 +00:00

32 lines
1.1 KiB
Makefile

# New ports collection makefile for: linux-openal
# Date created: 25 Nov 2005
# Whom: jylefort@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= openal
DISTVERSION= 0.0.9-0.4.20060204cvs.fc4
CATEGORIES= audio linux
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A 3D positional spatialized sound library (Linux version)
RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \
${LINUXBASE}/usr/lib/libartsc.so.0:${PORTSDIR}/audio/linux-arts \
${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \
${LINUXBASE}/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound \
${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile \
${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \
${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
INSTALLS_SHLIB= yes
AUTOMATIC_PLIST=yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>