# New ports collection makefile for: openal # Date created: 25 September 2000 # Whom: Thomas Gellekum # # $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