freebsd-ports/audio/openal/Makefile
Daichi GOTO 51739fbb0e update audio/openal: 20030524 -> 20030724
PR:		54893
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2003-07-27 08:34:05 +00:00

26 lines
622 B
Makefile

# New ports collection makefile for: openal
# Date created: 25 September 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= openal
PORTVERSION= 20030724
CATEGORIES= audio
MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\
http://www.smluc.org/~erik/files/fbsd/
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>