1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/linux-f10-libogg/Makefile

31 lines
729 B
Makefile
Raw Normal View History

# New ports collection makefile for: audio/linux-f10-libogg
# Date created: 2009-05-03
# Whom: bsam
2005-11-26 19:20:39 +00:00
#
# $FreeBSD$
#
PORTNAME= libogg
PORTVERSION= 1.1.3
2005-11-26 19:20:39 +00:00
CATEGORIES= audio linux
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
2005-11-26 19:20:39 +00:00
MAINTAINER= emulation@FreeBSD.org
COMMENT= Ogg bitstream library (Linux Fedora 10)
CONFLICTS= linux-libogg-[0-9]* linux-f8-libogg-[0-9]*
2005-11-26 19:20:39 +00:00
ONLY_FOR_ARCHS= i386 amd64
2006-01-22 15:35:04 +00:00
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 9.fc9
USE_LDCONFIG= yes
PLIST_FILES= usr/lib/libogg.so.0 usr/lib/libogg.so.0.5.3
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS CHANGES COPYING README
2006-01-22 15:35:04 +00:00
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
2005-11-26 19:20:39 +00:00
2006-01-22 15:35:04 +00:00
.include <bsd.port.mk>