# New ports collection makefile for:	openal
# Date created:		25 September 2000
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD: ports/audio/openal/Makefile,v 1.10 2002/12/26 13:34:03 edwin Exp $
#

PORTNAME=	openal
PORTVERSION=	20020712fbsd
CATEGORIES=	audio
MASTER_SITES=	http://math.smsu.edu/~erik/files/fbsd/\
		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>
