openbsd-ports/audio/esound/Makefile
2001-01-03 15:50:49 +00:00

32 lines
850 B
Makefile

# $OpenBSD: Makefile,v 1.21 2001/01/03 15:50:49 brad Exp $
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
DISTNAME= esound-0.2.22
CATEGORIES= audio
NEED_VERSION= 1.336
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/esound
HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
LIB_DEPENDS= audiofile.0.1::devel/libaudiofile
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-libwrap
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
${INSTALL_DATA} ${WRKSRC}/esd.m4 ${PREFIX}/share/aclocal
@cd ${PREFIX}/share/examples/esound && mv esd.conf esd.conf-sample
.include <bsd.port.mk>