summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-03-03 17:17:00 +0000
committersat <sat@FreeBSD.org>2007-03-03 17:17:00 +0000
commit039f7297fe36fc9f23c51b2fff24240dc33dab13 (patch)
treec1db2ca00abb801bb39def30c848329986399052 /audio
parent7d559bd0655e71556c8301a3980574d24fc5770f (diff)
downloadFreeBSD-ports-039f7297fe36fc9f23c51b2fff24240dc33dab13.zip
FreeBSD-ports-039f7297fe36fc9f23c51b2fff24240dc33dab13.tar.gz
- Wide-character support
Approved by: Simon Olofsson <simon@olofsson.de> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r--audio/cmus/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 0c0d9f7..18589f6 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cmus
PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://onion.dynserv.net/~timo/files/ \
http://mirror.greaterscope.net/cmus/
@@ -14,6 +15,8 @@ MASTER_SITES= http://onion.dynserv.net/~timo/files/ \
MAINTAINER= simon@olofsson.de
COMMENT= Console-based music player with really cool features
+LIB_DEPENDS= ncursesw.5:${PORTSDIR}/devel/ncurses
+
USE_BZIP2= yes
USE_GCC= 3.2+
USE_GMAKE= yes
@@ -138,10 +141,9 @@ PLIST_SUB+= ARTS="@comment "
MAN1= cmus.1 cmus-remote.1
-post-extract:
- @${REINPLACE_CMD} -e 's,-lncursesw,-lncurses,g' ${WRKSRC}/configure
+post-patch:
@${REINPLACE_CMD} -e 's,doc/cmus/examples,examples/cmus,g' \
- ${WRKSRC}/Makefile ${WRKSRC}/Doc/cmus.txt
- @${REINPLACE_CMD} -e 's,\/usr,${PREFIX},g' ${WRKSRC}/Doc/cmus.txt
+ ${WRKSRC}/Makefile ${WRKSRC}/Doc/cmus.txt
+ @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/Doc/cmus.txt
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud