diff --git a/audio/dcd/Makefile b/audio/dcd/Makefile index dd0d9151f3cb..4cca67b11076 100644 --- a/audio/dcd/Makefile +++ b/audio/dcd/Makefile @@ -1,30 +1,28 @@ PORTNAME= dcd PORTVERSION= 0.99.2 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}player/${PORTNAME}player/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple, programmable, intelligent CD player WWW= https://dcdplayer.sourceforge.net/ LICENSE= GPLv2 LIB_DEPENDS= libcdaudio.so:audio/libcdaudio USES= gmake PLIST_FILES= bin/dcd \ man/man1/dcd.1.gz post-patch: # Handle namespace collision with libcdaudio ${REINPLACE_CMD} -e 's|cd_stop|dcd_stop|g; s|cd_eject|dcd_eject|g; \ s|cd_pause|dcd_pause|g; s|cd_play_track|dcd_play_track|g' \ ${WRKSRC}/dcd.c ${WRKSRC}/infinite.c # Linux? Bugger off! ${REINPLACE_CMD} -e 's|linux/||' ${WRKSRC}/process.c - ${REINPLACE_CMD} -e 's|