- Install docs

- Take maintainership
This commit is contained in:
Roman Bogorodskiy 2005-05-14 19:13:33 +00:00
parent 71644fdcf2
commit 97ef8b26e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135258

View file

@ -11,7 +11,7 @@ PORTREVISION= 2
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= http://www.stack.nl/~brama/mp3blaster/src/ MASTER_SITES= http://www.stack.nl/~brama/mp3blaster/src/
MAINTAINER= ports@FreeBSD.org MAINTAINER= novel@FreeBSD.org
COMMENT= MP3 console ncurses-based player COMMENT= MP3 console ncurses-based player
USE_GETOPT_LONG= yes USE_GETOPT_LONG= yes
@ -30,6 +30,10 @@ OPTIONS= LIRC "LIRC support" off \
SIDPLAY "Sidplayer support" on \ SIDPLAY "Sidplayer support" on \
VORBIS "Ogg Vorbis support" on VORBIS "Ogg Vorbis support" on
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS CREDITS ChangeLog FAQ README TODO
.endif
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010 .if ${OSVERSION} < 400010
@ -61,4 +65,12 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/share/mp3blaster/win2koi.tbl|${DATADIR}/charmap/win2koi.tbl|' \ @${REINPLACE_CMD} -e 's|/usr/local/share/mp3blaster/win2koi.tbl|${DATADIR}/charmap/win2koi.tbl|' \
${WRKSRC}/doc/sample.mp3blasterrc ${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> .include <bsd.port.post.mk>