2012-03-29 09:38:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.53 2012/03/29 13:38:13 sthen Exp $
|
1999-03-22 00:03:31 -05:00
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= sound library for Enlightenment
|
2001-03-25 12:40:16 -05:00
|
|
|
|
2008-12-20 03:58:32 -05:00
|
|
|
DISTNAME= esound-0.2.41
|
2011-10-18 04:44:01 -04:00
|
|
|
REVISION= 0
|
2010-09-05 06:25:16 -04:00
|
|
|
EPOCH= 0
|
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
|
|
|
|
2011-10-18 04:44:01 -04:00
|
|
|
SHARED_LIBS += esd 2.40 # .2.38
|
|
|
|
|
2000-12-17 20:19:58 -05:00
|
|
|
HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
|
|
|
|
|
2010-11-15 07:44:20 -05:00
|
|
|
LIB_DEPENDS= devel/libaudiofile
|
2000-08-06 04:21:33 -04:00
|
|
|
|
2011-10-18 04:44:01 -04:00
|
|
|
# LGPLv2+ and GPLv2+
|
2000-03-30 17:40:32 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-09-05 06:25:16 -04:00
|
|
|
|
2011-10-18 04:44:01 -04:00
|
|
|
WANTLIB= audiofile c m sndio wrap
|
2008-03-30 21:05:54 -04:00
|
|
|
|
2011-10-18 04:44:01 -04:00
|
|
|
USE_GROFF= Yes
|
2005-12-23 11:57:16 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2012-03-29 09:38:12 -04:00
|
|
|
SEPARATE_BUILD= Yes
|
2008-03-30 21:05:54 -04:00
|
|
|
AUTOCONF_VERSION=2.61
|
2001-12-31 04:41:46 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2011-10-18 04:44:01 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-alsa \
|
|
|
|
--disable-oss \
|
|
|
|
--with-libwrap
|
2004-06-26 00:38:33 -04:00
|
|
|
# broken, relies upon v4-mapped addresses
|
|
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
2008-03-30 21:05:54 -04:00
|
|
|
|
|
|
|
FAKE_FLAGS= DESTDIR=${WRKINST} \
|
|
|
|
esdconfdir=${PREFIX}/share/examples/esound
|
|
|
|
|
2001-08-04 01:03:19 -04:00
|
|
|
post-extract:
|
2008-12-20 03:58:32 -05:00
|
|
|
@cp -f ${FILESDIR}/audio_sndio.c ${WRKSRC}
|
2001-08-04 01:03:19 -04:00
|
|
|
|
2008-03-30 21:05:54 -04:00
|
|
|
pre-configure:
|
2008-12-20 03:58:32 -05:00
|
|
|
${SUBST_CMD} ${WRKSRC}/test-script
|
2008-03-30 21:05:54 -04:00
|
|
|
|
1999-03-22 00:03:31 -05:00
|
|
|
.include <bsd.port.mk>
|