freebsd-ports/audio/linux-f10-openal/Makefile

33 lines
931 B
Makefile
Raw Normal View History

# New ports collection makefile for: audio/linux-f10-openal
# Date created: 2009-05-03
# Whom: bsam
2005-11-26 20:30:21 +01:00
#
# $FreeBSD$
#
PORTNAME= openal
PORTVERSION= 0.0.9
2005-11-26 20:30:21 +01:00
CATEGORIES= audio linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
2005-11-26 20:30:21 +01:00
MAINTAINER= emulation@FreeBSD.org
COMMENT= A 3D positional spatialized sound library (Linux Fedora 10)
CONFLICTS= linux-openal-[0-9]* linux-f8-openal-[0-9]*
2005-11-26 20:30:21 +01:00
ONLY_FOR_ARCHS= i386 amd64
2006-01-22 16:35:04 +01:00
USE_LINUX_RPM= yes
USE_LINUX_APPS= alsalib arts esound libaudiofile libvorbis sdl12
LINUX_DIST_VER= 10
RPMVERSION= 0.15.20060204cvs.fc9
USE_LDCONFIG= yes
PLIST_FILES= etc/openalrc usr/lib/libopenal.so.0 usr/lib/libopenal.so.0.0.0
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING ChangeLog NOTES README TODO
2006-01-22 16:35:04 +01:00
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
2005-11-26 20:30:21 +01:00
2006-01-22 16:35:04 +01:00
.include <bsd.port.mk>