aboutsummaryrefslogtreecommitdiff
path: root/audio/openal/Makefile
blob: f2ce83b95e7e14d8ccd384541bd4f2e1002721a6 (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
26
# New ports collection makefile for:	openal
# Date created:		25 September 2000
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	openal
PORTVERSION= 	20000908
CATEGORIES=	audio
MASTER_SITES=	ftp://ftp.openal.org/

MAINTAINER=	ports@FreeBSD.org

WRKSRC=		${WRKDIR}/${PORTNAME}/linux
USE_AUTOCONF=	yes
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

post-patch:
	for file in $$(find ${WRKSRC} -name Makefile.in); \
	do \
		perl -pi -e 's/-g -c/-c/g' $${file}; \
	done

.include <bsd.port.mk>