mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
1f1c285bba
Triggered by: distilator Reviewed by: netchild (emulation)
35 lines
965 B
Makefile
35 lines
965 B
Makefile
# New ports collection makefile for: audio/linux-f10-libvorbis
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libvorbis
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Audio compression codec library (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-libvorbis-[0-9]* linux-f8-libvorbis-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= libogg
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 5.fc10
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= usr/lib/libvorbis.so.0 usr/lib/libvorbis.so.0.4.0 \
|
|
usr/lib/libvorbisenc.so.2 usr/lib/libvorbisenc.so.2.0.3 \
|
|
usr/lib/libvorbisfile.so.3 usr/lib/libvorbisfile.so.3.2.0
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= AUTHORS COPYING README
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|