mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Install docs
- Take maintainership
This commit is contained in:
parent
71644fdcf2
commit
97ef8b26e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135258
1 changed files with 13 additions and 1 deletions
|
@ -11,7 +11,7 @@ PORTREVISION= 2
|
|||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.stack.nl/~brama/mp3blaster/src/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= MP3 console ncurses-based player
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
|
@ -30,6 +30,10 @@ OPTIONS= LIRC "LIRC support" off \
|
|||
SIDPLAY "Sidplayer support" on \
|
||||
VORBIS "Ogg Vorbis support" on
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= AUTHORS CREDITS ChangeLog FAQ README TODO
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400010
|
||||
|
@ -61,4 +65,12 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|/usr/local/share/mp3blaster/win2koi.tbl|${DATADIR}/charmap/win2koi.tbl|' \
|
||||
${WRKSRC}/doc/sample.mp3blasterrc
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue