freebsd-ports/audio/libao/Makefile
FUJISHIMA Satsuki c22c3b06b9 o respect CFLAGS (libao, libogg, libvorbis)
o add ESOUND and KDE2 knob. (libao)
o add WWW. (libogg)
o get rid of xmms dependency. (vorbis)

Approved by:	maintainer
2001-03-02 22:07:37 +00:00

41 lines
776 B
Makefile

# New ports collection makefile for: libao
# Date created: 18 October 2000
# Whom: t.vanklaveren@student.utwente.nl
#
# $FreeBSD$
#
PORTNAME= libao
PORTVERSION= 0.6.0
CATEGORIES= audio
MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/ \
http://www.vorbis.com/files/beta4/unix/
MAINTAINER= t.vanklaveren@student.utwente.nl
WANT_ESOUND= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOMAKE= yes
INSTALLS_SHLIB= yes
.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>