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
|
2002-07-20 15:29:27 +00:00
|
|
|
PORTVERSION= 0.8.3
|
2002-09-06 14:36:01 +00:00
|
|
|
PORTREVISION= 1
|
2000-11-02 21:09:57 +00:00
|
|
|
CATEGORIES= audio
|
2002-12-26 11:59:03 +00:00
|
|
|
MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \
|
2002-07-20 15:29:27 +00:00
|
|
|
http://www.oddsock.org/vorbis/unix/ \
|
|
|
|
http://www.casterclub.com/vorbis/unix/ \
|
|
|
|
http://www.math.utoledo.edu/~chaese/Vorbis/unix/
|
2000-11-02 21:09:57 +00:00
|
|
|
|
2001-11-03 22:22:34 +00:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2000-11-02 21:09:57 +00:00
|
|
|
|
2002-08-23 15:23:17 +00:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
WANT_GNOME= yes
|
|
|
|
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>
|
|
|
|
|
2002-09-06 14:36:01 +00:00
|
|
|
.if ${HAVE_GNOME:Mesound}
|
2002-08-23 15:23:17 +00:00
|
|
|
USE_GNOME+= esound
|
|
|
|
PLIST_SUB+= ESOUND=""
|
|
|
|
PKGNAMESUFFIX= -esound
|
2001-03-02 22:07:37 +00:00
|
|
|
.else
|
2002-07-20 19:25:07 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-esd
|
2002-08-23 15:23:17 +00:00
|
|
|
PLIST_SUB+= ESOUND="@comment "
|
2001-03-02 22:07:37 +00:00
|
|
|
.endif
|
|
|
|
|
2002-07-20 19:25:07 +00:00
|
|
|
# XXX This needs a better check.
|
2001-03-02 22:07:37 +00:00
|
|
|
.if exists(${LOCALBASE}/bin/artsc-config)
|
2002-06-24 00:39:12 +00:00
|
|
|
LIB_DEPENDS= artsc.0:${PORTSDIR}/audio/arts
|
2001-03-02 22:07:37 +00:00
|
|
|
PLIST_SUB+= ARTS=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= ARTS="@comment "
|
2002-07-20 19:25:07 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-arts
|
2001-03-02 22:07:37 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|