From ea5e46eb6ec3edc546391796e8159ed839c9968e Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 20 Nov 2008 19:38:24 +0000 Subject: Update to 0.2.41. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11767 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/esound/Makefile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 audio/esound/Makefile (limited to 'audio/esound/Makefile') diff --git a/audio/esound/Makefile b/audio/esound/Makefile new file mode 100644 index 000000000..eb83a74c1 --- /dev/null +++ b/audio/esound/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: esound +# Date created: 19 July 1998 +# Whom: Vanilla I. Shu +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= esound +PORTVERSION= 0.2.41 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A sound library for enlightenment package + +LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile + +USE_AUTOTOOLS= libtool:15 +USE_BZIP2= yes +USE_GNOME= gnometarget gnomehack +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= JW=false + +CONFLICTS= py*-ro-[0-9]* + +MAN1= esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \ + esdmon.1 esdplay.1 esdrec.1 esdsample.1 + +post-patch: + @${REINPLACE_CMD} -e 's|esdconf_DATA = esd.conf|esdconf_DATA = |g' \ + ${WRKSRC}/Makefile.in + +post-install: + if [ ! -f ${PREFIX}/etc/esd.conf ]; then \ + ${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf; \ + ${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf.default; \ + else \ + ${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf.default; \ + fi + @${CAT} ${PKGMESSAGE} + +.include -- cgit v1.2.3