aboutsummaryrefslogtreecommitdiff
path: root/audio/linux-f10-openal-soft
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2014-09-22 10:40:00 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2014-09-22 10:40:00 +0000
commit05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch)
treef0614b64c20d137667eadfbdc5663150937dc6c3 /audio/linux-f10-openal-soft
parentf287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff)
downloadports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.tar.gz
ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.zip
Notes
Diffstat (limited to 'audio/linux-f10-openal-soft')
-rw-r--r--audio/linux-f10-openal-soft/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/linux-f10-openal-soft/Makefile b/audio/linux-f10-openal-soft/Makefile
index 1c816e21b428..12b8a6d18f15 100644
--- a/audio/linux-f10-openal-soft/Makefile
+++ b/audio/linux-f10-openal-soft/Makefile
@@ -3,18 +3,18 @@
PORTNAME= openal-soft
PORTVERSION= 1.8.466
+PORTREVISION= 1
CATEGORIES= audio linux
-PKGNAMEPREFIX= linux-f10-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.fc10
MAINTAINER= mva@FreeBSD.org
-COMMENT= 3D positional spatialized sound library (Linux Fedora 10)
+COMMENT= A 3D positional spatialized sound library (Linux Fedora 10)
ONLY_FOR_ARCHS= i386 amd64
+USE_LINUX= f10
USE_LINUX_RPM= yes
USE_LINUX_APPS= alsalib arts esound
-LINUX_DIST_VER= 10
-RPMVERSION= 7
+
+RPMVERSION= 7.fc10
USE_LDCONFIG= yes
PLIST_FILES= usr/lib/libopenal.so.1 usr/lib/libopenal.so.${PORTVERSION} \
@@ -23,6 +23,4 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= COPYING
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>