2002-03-05 10:35:13 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2002/03/05 15:35:13 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-03-05 10:35:13 -05:00
|
|
|
DISTNAME= esound-0.2.24
|
1999-03-22 00:03:31 -05:00
|
|
|
CATEGORIES= audio
|
2001-12-31 04:41:46 -05:00
|
|
|
NEED_VERSION= 1.504
|
1999-03-22 00:03:31 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-10 14:04:02 -05:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/esound
|
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
|
|
|
|
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
|
|
|
|
AUTOCONF_NEW= Yes
|
1999-03-22 00:03:31 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
1999-03-31 15:53:10 -05:00
|
|
|
CONFIGURE_ARGS+= --enable-static --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>
|