freebsd-ports/audio/ac3dec/Makefile
Mark Linimon 57edda7c15 Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. Apparently
3d@ has not been active in the FreeBSD community for some time now.

Reviewed by:	portmgr@FreeBSD.org (a month or so ago)
2004-01-12 00:20:59 +00:00

30 lines
739 B
Makefile

# New ports collection makefile for: ac3dev
# Date created: 23 Jun 2001
# Whom: Marc van Woerkom <3d@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= ac3dec
PORTVERSION= 0.6.1
CATEGORIES= audio
MASTER_SITES= http://dara.notbsd.org/~aholtzma/ac3/tarballs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Software for research in digital audio coding/decoding
GNU_CONFIGURE= yes
ONLY_FOR_ARCHS= i386 alpha
post-patch:
@${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' \
< ${WRKSRC}/output.c > ${WRKSRC}/output.c.new
@${MV} ${WRKSRC}/output.c.new ${WRKSRC}/output.c
pre-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ac3dec
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ac3dec/README
.endif
.include <bsd.port.mk>