openbsd-ports/audio/esound/Makefile

32 lines
850 B
Makefile
Raw Normal View History

2001-01-03 10:50:49 -05:00
# $OpenBSD: Makefile,v 1.21 2001/01/03 15:50:49 brad Exp $
1999-03-22 00:03:31 -05:00
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
2001-01-03 10:50:49 -05:00
DISTNAME= esound-0.2.22
1999-03-22 00:03:31 -05:00
CATEGORIES= audio
2000-10-05 20:17:45 -04:00
NEED_VERSION= 1.336
1999-03-22 00:03:31 -05:00
MASTER_SITES= ${MASTER_SITE_GNOME}
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-01-03 10:50:49 -05:00
LIB_DEPENDS= audiofile.0.1::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
SEPARATE_BUILD= concurrent
2000-08-06 04:21:33 -04:00
CONFIGURE_STYLE= gnu
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
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
2000-03-30 17:40:32 -05:00
${INSTALL_DATA} ${WRKSRC}/esd.m4 ${PREFIX}/share/aclocal
@cd ${PREFIX}/share/examples/esound && mv esd.conf esd.conf-sample
1999-03-22 00:03:31 -05:00
.include <bsd.port.mk>