freebsd-ports/audio/openal/Makefile
Erwin Lansing f7d0f452ef Update to 20030524
fixes to queueing, source stuff, vector stuff, doppler stuff, ...

PR:		52647
Submitted by:	maintainer
Approved by:	edwin (mentor)
2003-06-07 14:44:20 +00:00

26 lines
611 B
Makefile

# New ports collection makefile for: openal
# Date created: 25 September 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= openal
PORTVERSION= 20030524
CATEGORIES= audio
MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\
http://www.smluc.org/~erik/
MAINTAINER= erik@smluc.org
COMMENT= A 3D positional spatialized sound library
WRKSRC= ${WRKDIR}/${DISTNAME}/linux
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
@install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir
.include <bsd.port.mk>