blob: 01e7a1fc2e81a02be9234f72ca531f6b3f1b1258 (
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: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= libaudiofile
PORTVERSION= 0.2.7
CATEGORIES= audio
MASTER_SITES= http://www.68k.org/~michael/audiofile/ \
ftp://oss.sgi.com/projects/audiofile/download/ \
GNOME
DISTNAME= audiofile-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A sound library for SGI audio file
USE_AUTOTOOLS= libtool
NO_STAGE= yes
USES= pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFLICTS= osalp-0.7.*
.include <bsd.port.mk>
|