opnsense-ports/multimedia/linux-c6-libtheora/Makefile
Franco Fichtner 4f7ac7e49e */*: sync with upstream
Taken from: FreeBSD
2016-06-24 04:38:28 +02:00

25 lines
575 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= libtheora
PORTVERSION= 1.1.0
PORTREVISION= 2
CATEGORIES= multimedia linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Theora Video Compression Codec (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-libtheora-[0-9]* linux-f10-libtheora[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
USE_LINUX_RPM= yes
RPMVERSION= 2.el6
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= COPYING README
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>