aboutsummaryrefslogtreecommitdiff
path: root/audio/linux-f10-openal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/linux-f10-openal/Makefile')
-rw-r--r--audio/linux-f10-openal/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/linux-f10-openal/Makefile b/audio/linux-f10-openal/Makefile
index 9af3d1e2b6c1..4dec3edf682a 100644
--- a/audio/linux-f10-openal/Makefile
+++ b/audio/linux-f10-openal/Makefile
@@ -5,8 +5,6 @@ PORTNAME= openal
PORTVERSION= 0.0.9
CATEGORIES= audio linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
-PKGNAMEPREFIX= linux-f10-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= 3D positional spatialized sound library (Linux Fedora 10)
@@ -14,9 +12,10 @@ COMMENT= 3D positional spatialized sound library (Linux Fedora 10)
CONFLICTS= linux-openal-[0-9]* linux-f8-openal-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
+USE_LINUX= f10
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
@@ -25,6 +24,4 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING ChangeLog NOTES README TODO
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>