brad 7a53e24c6d - bump NEED_VERSION
- remove some redundant steps from post-install target
2001-04-18 02:00:08 +00:00

32 lines
791 B
Makefile

# $OpenBSD: Makefile,v 1.23 2001/04/18 02:00:08 brad Exp $
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
COMMENT= "sound library for Enlightenment"
DISTNAME= esound-0.2.22
CATEGORIES= audio
NEED_VERSION= 1.384
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:
@cd ${PREFIX}/share/examples/esound && mv esd.conf esd.conf-sample
.include <bsd.port.mk>