freebsd-ports/audio/libaudiofile/Makefile

27 lines
619 B
Makefile
Raw Normal View History

# New ports collection makefile for: libaudiofile
# Date created: 22 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= libaudiofile
2003-09-28 02:27:53 +02:00
PORTVERSION= 0.2.4
CATEGORIES= audio
MASTER_SITES= http://www.68k.org/~michael/audiofile/ \
ftp://oss.sgi.com/projects/audiofile/download/ \
2001-07-20 14:45:37 +02:00
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/audiofile/0.2
DISTNAME= audiofile-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A sound library for SGI audio file
2003-08-05 20:35:16 +02:00
USE_GNOME= gnomehack gnometarget pkgconfig
INSTALLS_SHLIB= yes
2002-02-20 19:34:30 +01:00
GNU_CONFIGURE= yes
CONFLICTS= osalp-0.7.*
.include <bsd.port.mk>