diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-03 17:17:00 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-03 17:17:00 +0000 |
commit | 69c17454c33d9bd18541d25e8c907c408ac1a631 (patch) | |
tree | 1cfe1b4ee0a4da559b7580eb7acb5daba31285ce /audio/cmus | |
parent | d676f784336cdbe5286c8ddad86b23333f0fb1cb (diff) |
Notes
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 0c0d9f77b946..18589f63ef6c 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> |