opnsense-ports/audio/linux-c6-libvorbis/Makefile
Franco Fichtner b513d04553 */*: sync with upstream
Taken from: FreeBSD
2015-08-10 07:53:43 +02:00

24 lines
504 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.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]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
USE_LINUX_RPM= yes
USE_LINUX_APPS= libogg
RPMVERSION= 4.el6_2.1
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>