diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-11-21 03:38:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-11-21 03:38:24 +0800 |
commit | ea5e46eb6ec3edc546391796e8159ed839c9968e (patch) | |
tree | d5be6e7e04393284662bbef3ce167e1d99fab913 /audio/esound/Makefile | |
parent | 64b3fda624b4a26834a357510d0c50bd67c82075 (diff) | |
download | marcuscom-ports-ea5e46eb6ec3edc546391796e8159ed839c9968e.tar marcuscom-ports-ea5e46eb6ec3edc546391796e8159ed839c9968e.tar.gz marcuscom-ports-ea5e46eb6ec3edc546391796e8159ed839c9968e.tar.bz2 marcuscom-ports-ea5e46eb6ec3edc546391796e8159ed839c9968e.tar.lz marcuscom-ports-ea5e46eb6ec3edc546391796e8159ed839c9968e.tar.xz marcuscom-ports-ea5e46eb6ec3edc546391796e8159ed839c9968e.tar.zst marcuscom-ports-ea5e46eb6ec3edc546391796e8159ed839c9968e.zip |
Update to 0.2.41.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11767 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 46 |
1 files changed, 46 insertions, 0 deletions
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 <vanilla@FreeBSD.org> +# +# $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 <bsd.port.mk> |