334eb0fc61
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
22 lines
471 B
Makefile
22 lines
471 B
Makefile
# 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
|
|
USES= pathfix
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFLICTS= osalp-0.7.*
|
|
|
|
.include <bsd.port.mk>
|