diff options
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 48df08b0ef4b..b5a727f0404e 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -4,18 +4,17 @@ PORTNAME= esound PORTVERSION= 0.2.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= A sound library for enlightenment package +COMMENT= Sound library for enlightenment package -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile USE_AUTOTOOLS= libtool -NO_STAGE= yes USE_BZIP2= yes USES= pathfix pkgconfig:both USE_LDCONFIG= yes @@ -24,20 +23,12 @@ 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} + ${INSTALL_DATA} ${WRKSRC}/esd.conf ${STAGEDIR}${PREFIX}/etc/esd.conf.default + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libesd*.so.2 .include <bsd.port.mk> |