diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-14 02:44:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-14 02:44:35 +0000 |
commit | 39f8b15ac2e907e58e13d6a9e3bfff4d79029e05 (patch) | |
tree | 6dff0386e2ed52bf8370ce0c530eb3a7d6ed87ee /audio/esound | |
parent | 4602bd1f2b488b73516be435512f13789f4d5f25 (diff) | |
download | ports-39f8b15ac2e907e58e13d6a9e3bfff4d79029e05.tar.gz ports-39f8b15ac2e907e58e13d6a9e3bfff4d79029e05.zip |
Notes
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 28 | ||||
-rw-r--r-- | audio/esound/distinfo | 2 |
2 files changed, 1 insertions, 29 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 4c1e6395dac4..38b72d7ecf1c 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -8,23 +8,15 @@ PORTNAME= esound PORTVERSION= 0.2.36 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://cvs.gnome.org/viewcvs/esound/:arts +MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -.if defined(WITH_ARTS) -DISTFILES+= ${ARTS_FILE}:arts -.endif DIST_SUBDIR= gnome -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for enlightenment package LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile -ARTS_FILE= audio_arts.c?rev=1.1 - USE_BZIP2= yes USE_GNOME= gnometarget gnomehack USE_REINPLACE= yes @@ -37,25 +29,7 @@ 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 -.if defined(WITH_ARTS) -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts - -CONFIGURE_ARGS+=--enable-arts -.else -CONFIGURE_ARGS+=--disable-arts -.endif - -pre-everything:: -.if !defined(WITH_ARTS) - @${ECHO_MSG} "You can enable audio/arts backend by defining" - @${ECHO_MSG} "WITH_ARTS" - @${ECHO_MSG} "" -.endif - post-patch: -.if defined(WITH_ARTS) - @${CP} ${_DISTDIR}/${ARTS_FILE} ${WRKSRC}/audio_arts.c -.endif @${REINPLACE_CMD} -e 's|esdconf_DATA = esd.conf|esdconf_DATA = |g' \ ${WRKSRC}/Makefile.in diff --git a/audio/esound/distinfo b/audio/esound/distinfo index 8a75d79bd479..f49f65fd5150 100644 --- a/audio/esound/distinfo +++ b/audio/esound/distinfo @@ -1,4 +1,2 @@ MD5 (gnome/esound-0.2.36.tar.bz2) = 3facb5aa0115cc1c31771b9ad454ae76 SIZE (gnome/esound-0.2.36.tar.bz2) = 369952 -MD5 (gnome/audio_arts.c?rev=1.1) = c4f0e0214b59bfc282ce67450d4d8669 -SIZE (gnome/audio_arts.c?rev=1.1) = 4089 |