freebsd-ports/audio/openal/Makefile
Christian Weisgerber 8beed08d56 Update to 20020712: numerous improvements and bugfixes.
PR:		40776
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-07-20 18:58:48 +00:00

26 lines
574 B
Makefile

# 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>