blob: 0150accc76a8b117f80eb9fb4397c8ced17f0f23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= libaudiofile
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= audio linux
DISTNAME= audiofile-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Implementation of the Audio File Library from SGI (Linux CentOS ${LINUX_DIST_VER})
CONTFLICTS= linux-libaudiofile-[0-9]* linux-f10-libaudiofile-[0-9]*
USES= linux:c6
USE_LINUX_RPM= yes
RPMVERSION= 11.1.el6
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
|