2000-11-02 21:09:57 +00:00
|
|
|
# New ports collection makefile for: libao
|
|
|
|
# Date created: 18 October 2000
|
|
|
|
# Whom: t.vanklaveren@student.utwente.nl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libao
|
2001-08-27 01:26:34 +00:00
|
|
|
PORTVERSION= 0.8.0
|
2000-11-02 21:09:57 +00:00
|
|
|
CATEGORIES= audio
|
2001-08-27 01:26:34 +00:00
|
|
|
MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
|
2000-11-02 21:09:57 +00:00
|
|
|
|
2001-03-24 07:07:57 +00:00
|
|
|
MAINTAINER= naddy@mips.inka.de
|
2000-11-02 21:09:57 +00:00
|
|
|
|
2001-03-02 22:07:37 +00:00
|
|
|
WANT_ESOUND= yes
|
|
|
|
|
2000-11-02 21:09:57 +00:00
|
|
|
USE_LIBTOOL= yes
|
2001-02-28 17:09:12 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-11-02 21:09:57 +00:00
|
|
|
|
2001-07-19 06:29:35 +00:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= DOC=""
|
|
|
|
.else
|
|
|
|
MAKE_ENV= DOC=doc
|
|
|
|
.endif
|
|
|
|
|
2001-08-27 01:26:34 +00:00
|
|
|
MAN5= libao.conf.5
|
|
|
|
|
2001-03-02 22:07:37 +00:00
|
|
|
.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>
|