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

25 lines
561 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= libogg
PORTVERSION= 1.1.4
PORTREVISION= 2
CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-libogg-[0-9]* linux-f10-libogg-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
USE_LINUX_RPM= yes
RPMVERSION= 2.1.el6
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS CHANGES COPYING README
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>