# New ports collection makefile for:	openal
# Date created:		25 September 2000
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD: ports/audio/openal/Makefile,v 1.6 2002/04/01 02:01:59 dwcjr Exp $
#

PORTNAME=	openal
PORTVERSION=	20020329fbsd
CATEGORIES=	audio
MASTER_SITES=	http://math.smsu.edu/~erik/files/fbsd/\
		http://smluc.org/~erik/\
		http://csc.smsu.edu/~greenwald/


MAINTAINER=	erik@smluc.org

WRKSRC=		${WRKDIR}/${PORTNAME}/linux
GNU_CONFIGURE=  yes
USE_GMAKE=	yes

post-install:
	${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
	install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir

.include <bsd.port.mk>
