1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/libao/Makefile
Trevor Johnson 9f49d35673 Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,
vorbis-tools and the vorbis meta-port to 1.0rc2.  This version
supports "channel coupling" for more efficient compression of stereo
material.

Submitted by:   Christian Weisgerber (maintainer)
2001-08-27 01:26:34 +00:00

45 lines
741 B
Makefile

# New ports collection makefile for: libao
# Date created: 18 October 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= libao
PORTVERSION= 0.8.0
CATEGORIES= audio
MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
MAINTAINER= naddy@mips.inka.de
WANT_ESOUND= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)
MAKE_ENV= DOC=""
.else
MAKE_ENV= DOC=doc
.endif
MAN5= libao.conf.5
.include <bsd.port.pre.mk>
.if defined(HAVE_ESOUND)
USE_ESOUND= yes
PLIST_SUB= ESOUND=""
.else
PLIST_SUB= ESOUND="@comment "
.endif
.if exists(${LOCALBASE}/bin/artsc-config)
LIB_DEPENDS= artsc.0:${PORTSDIR}/x11/kdelibs2
PLIST_SUB+= ARTS=""
.else
PLIST_SUB+= ARTS="@comment "
.endif
.include <bsd.port.post.mk>