blob: ab9fd70d7323aeff582780231a83b9f34168e005 (
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
|
# New ports collection makefile for: openal
# Date created: 25 September 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= openal
PORTVERSION= 20021215fbsd
CATEGORIES= audio
MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\
http://www.smluc.org/~erik/\
http://csc.smsu.edu/~greenwald/
MAINTAINER= erik@smluc.org
WRKSRC= ${WRKDIR}/${DISTNAME}/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>
|