freebsd-ports/audio/linux-f10-esound/Makefile
Boris Samorodov 824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00

31 lines
875 B
Makefile

# New ports collection makefile for: audio/linux-f8-esound
# Date created: 2008-04-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= esound
PORTVERSION= 0.2.38
CATEGORIES= audio linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of esound (Linux Fedora 8)
USE_LINUX_RPM= yes
USE_LINUX_APPS= libaudiofile
LINUX_NAME= ${PORTNAME}-libs
LINUX_DIST_VER= 8
RPMVERSION= 6.fc8
USE_LDCONFIG= yes
SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
PLIST_FILES= etc/esd.conf usr/lib/libesd.so.0 usr/lib/libesd.so.0.2.38 \
usr/lib/libesddsp.so.0 usr/lib/libesddsp.so.0.2.38
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING.LIB ChangeLog NEWS README TIPS TODO esound.sgml
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>