diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /audio/linux-f8-openal/Makefile | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'audio/linux-f8-openal/Makefile')
-rw-r--r-- | audio/linux-f8-openal/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/audio/linux-f8-openal/Makefile b/audio/linux-f8-openal/Makefile deleted file mode 100644 index 8106dec4387c..000000000000 --- a/audio/linux-f8-openal/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-openal -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= openal -DISTVERSION= 0.0.9-0.6.20060204cvs.fc4 -CATEGORIES= audio linux -MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ - -MAINTAINER= ports@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 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> |