2004-03-02 07:57:20 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2004/03/02 07:57:21 brad Exp $
|
1999-03-22 05:03:31 +00:00
|
|
|
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
|
|
|
|
|
2001-03-25 17:40:16 +00:00
|
|
|
COMMENT= "sound library for Enlightenment"
|
|
|
|
|
2002-07-26 19:57:23 +00:00
|
|
|
DISTNAME= esound-0.2.28
|
1999-03-22 05:03:31 +00:00
|
|
|
CATEGORIES= audio
|
2002-11-21 02:33:59 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/}
|
1999-03-22 05:03:31 +00:00
|
|
|
|
2000-12-18 01:19:58 +00:00
|
|
|
HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
|
|
|
|
|
2001-07-22 22:49:47 +00:00
|
|
|
LIB_DEPENDS= audiofile::devel/libaudiofile
|
2000-08-06 08:21:33 +00:00
|
|
|
|
2000-09-24 07:03:59 +00:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-03-22 05:03:31 +00:00
|
|
|
|
2002-11-21 02:33:59 +00:00
|
|
|
# GPL
|
2000-03-30 22:40:32 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 08:02:07 +00:00
|
|
|
|
1999-06-14 18:09:26 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2001-12-31 09:41:46 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
1999-03-22 05:03:31 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
1999-03-31 20:53:10 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-static --with-libwrap
|
1999-03-22 05:03:31 +00:00
|
|
|
|
2001-08-04 05:03:19 +00:00
|
|
|
post-extract:
|
|
|
|
@cp -f ${FILESDIR}/audio_sun.c ${WRKSRC}
|
|
|
|
|
1999-03-22 05:03:31 +00:00
|
|
|
post-install:
|
2000-08-06 08:42:09 +00:00
|
|
|
@cd ${PREFIX}/share/examples/esound && mv esd.conf esd.conf-sample
|
1999-03-22 05:03:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|