freebsd-ports/audio/libaudiofile/Makefile
2003-06-16 20:52:58 +00:00

24 lines
607 B
Makefile

# New ports collection makefile for: libaudiofile
# Date created: 22 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libaudiofile
PORTVERSION= 0.2.3
CATEGORIES= audio
MASTER_SITES= ftp://oss.sgi.com/projects/audiofile/download/ \
${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
USE_GNOME= gnomehack pkgconfig
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>