mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
bfaa9a92c7
- 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
29 lines
519 B
Makefile
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>
|