diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
commit | 390e9ab8d0b8356749f73adea8e07815b03f03c2 (patch) | |
tree | 54ceec35ba484ca3945a6bdef50f107e8f18a974 /audio/linux-f8-esound/Makefile | |
parent | 273376aa17299d37f9f66a1050b393a9701b5c88 (diff) | |
download | freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.gz freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.zst freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.zip |
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) ;-)
Diffstat (limited to 'audio/linux-f8-esound/Makefile')
-rw-r--r-- | audio/linux-f8-esound/Makefile | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/audio/linux-f8-esound/Makefile b/audio/linux-f8-esound/Makefile index 9e9ab0cb8c8f..75e0234b1e02 100644 --- a/audio/linux-f8-esound/Makefile +++ b/audio/linux-f8-esound/Makefile @@ -1,24 +1,31 @@ -# New ports collection makefile for: linux-esound -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org +# 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 -PORTVERSION= 0.2.36 -DISTNAME= ${PORTNAME}-${PORTVERSION}-0.fc4.1 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of esound +COMMENT= RPM of esound (Linux Fedora 8) USE_LINUX_RPM= yes USE_LINUX_APPS= libaudiofile -LINUX_DIST_VER= 4 +LINUX_NAME= ${PORTNAME}-libs +LINUX_DIST_VER= 8 +RPMVERSION= 6.fc8 USE_LDCONFIG= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= ESOUND_VERSION="${PORTVERSION}" +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> |