1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/chordpack/Makefile
Alexey Dokuchaev 705f4c7992 Convert to option helpers, fix minor style issues, use INSTALL_DATA for
installing documentation files instead of abusing INSTALL_MAN.
2018-01-11 11:56:44 +00:00

33 lines
769 B
Makefile

# Created by: sethk
# $FreeBSD$
PORTNAME= chordpack
PORTVERSION= 0.8.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://sweb.cz/dan.polansky/chordpack/
MAINTAINER= sethk@meowfishies.com
COMMENT= Script to convert ChordPro files to HTML, ASCII, and TeX
USES= shebangfix perl5 tar:tgz
SHEBANG_FILES= chordpack
USE_PERL5= run
NO_WRKSUBDIR= yes
NO_BUILD= yes
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/chordpack ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKSRC}/chordpro-mode.el \
${STAGEDIR}${PREFIX}/share/emacs/site-lisp
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/chordpack-documentation.html \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>