summaryrefslogtreecommitdiff
path: root/audio/linux-c6-libvorbis/Makefile
blob: 374aeb6d4c4bd9d441f21d280882ed66dcaef99e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$

PORTNAME=	libvorbis
PORTVERSION=	1.2.3
PORTREVISION=	2
CATEGORIES=	audio linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Audio compression codec library (Linux CentOS ${LINUX_DIST_VER})

CONFLICTS=	linux-libvorbis-[0-9]* linux-f10-libvorbis-[0-9]*

USES=		linux:c6
USE_LINUX_RPM=	yes
USE_LINUX=	libogg

RPMVERSION=	4.el6_2.1
USE_LDCONFIG=	yes

DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>