diff options
Diffstat (limited to 'audio/linux-f8-openal/Makefile')
-rw-r--r-- | audio/linux-f8-openal/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/audio/linux-f8-openal/Makefile b/audio/linux-f8-openal/Makefile deleted file mode 100644 index 691064475f30..000000000000 --- a/audio/linux-f8-openal/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: audio/linux-f8-openal -# Date created: 2008-04-03 -# Whom: bsam -# -# $FreeBSD$ -# - -PORTNAME= openal -PORTVERSION= 0.0.9 -PORTREVISION= 1 -CATEGORIES= audio linux -PKGNAMEPREFIX= linux-f8- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} - -MAINTAINER= emulation@FreeBSD.org -COMMENT= A 3D positional spatialized sound library (Linux Fedora 8) - -CONFLICTS= linux-openal-[0-9]* linux-f10-openal-[0-9]* - -DEPRECATED= End of Life since Jan 7, 2009 -EXPIRATION_DATE=2011-04-01 - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -USE_LINUX_APPS= alsalib arts esound libaudiofile libvorbis sdl12 -LINUX_DIST_VER= 8 -RPMVERSION= 0.13.20060204cvs.fc8 -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 -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> |