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