mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
d86841e4e5
Remove redundant GNU_CONFIGURE Install info file Support install macros perl -> PERL Fix version number of sharedlib PR: 22054 Submitted by: Ports Fury
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# 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_GMAKE= yes
|
|
USE_AUTOCONF= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e 's/-g -c/-c/g'
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
|
|
@install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|