5299d2fd32
PR: 36596 Submitted by: maintainer
27 lines
574 B
Makefile
27 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= 20020329fbsd
|
|
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>
|