openbsd-ports/audio/esound/Makefile
todd b0ab8af6c4 fix libesd.so.2.38 -> libesd.so.2.34 regression in #'s
this is OpenBSD, we move forward with lib numbers, not backwards, even if
we choose to revert the package contents, so people don't get burnt if both
exist in their /usr/local/lib dir

move to libesd.so.2.39, bump PKGNAME (thanks sturm@)
ok jasper@ sthen@
2007-10-05 14:14:14 +00:00

36 lines
885 B
Makefile

# $OpenBSD: Makefile,v 1.43 2007/10/05 14:14:14 todd Exp $
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
COMMENT= sound library for Enlightenment
DISTNAME= esound-0.2.34
PKGNAME= ${DISTNAME}p1v0
SHARED_LIBS += esd 2.39 # .2.34
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/}
HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
LIB_DEPENDS= audiofile::devel/libaudiofile
# GPL/LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m wrap
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --with-libwrap
# broken, relies upon v4-mapped addresses
CONFIGURE_ARGS+= --disable-ipv6
post-extract:
@cp -f ${FILESDIR}/audio_sun.c ${WRKSRC}
.include <bsd.port.mk>