summaryrefslogtreecommitdiff
path: root/audio/openal/Makefile
blob: 0f24348de99c903e74c2e670b5b40278fc8e10c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	openal
# Date created:		25 September 2000
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	openal
PORTVERSION=	20020712fbsd
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>