blob: 1d640eee7002d0cbe01799720bc6614aef5b88da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: libaudiofile
# Date created: 22 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libaudiofile
PORTVERSION= 0.2.6
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:15
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFLICTS= osalp-0.7.*
.include <bsd.port.mk>
|