freebsd-ports/audio/chordpack/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

30 lines
750 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= true
NO_BUILD= true
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/chordpack ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKDIR}/chordpro-mode.el \
${STAGEDIR}${PREFIX}/share/emacs/site-lisp
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKDIR}/chordpack-documentation.html \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>