1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/cuetools/Makefile
Roman Bogorodskiy bfaa9a92c7 audio/cuetools: update to 1.4.1
- Update to 1.4.1;
 - Project has moved to github, so use USE_GITHUB and update WWW;
 - Remove EXAMPLES option and install cuetag.sh unconditionally;
 - Take maintainership.

Differential Revision:	https://reviews.freebsd.org/D13605
Reviewed by:		jrm
2018-01-28 13:37:42 +00:00

29 lines
519 B
Makefile

# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org>
# $FreeBSD$
PORTNAME= cuetools
DISTVERSION= 1.4.1
CATEGORIES= audio
MAINTAINER= novel@FreeBSD.org
COMMENT= Utilities for working with CUE and TOC files
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= svend
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>