mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
52e35ac9c3
error: chained comparison 'X < Y <= Z' does not behave the same as a mathematical expression [-Wparentheses]
26 lines
460 B
Makefile
26 lines
460 B
Makefile
COMMENT= tools for handling audio-file cue sheets and toc files
|
|
|
|
DISTNAME= cuetools-1.3.1
|
|
REVISION= 3
|
|
|
|
CATEGORIES= audio textproc
|
|
|
|
HOMEPAGE= http://www.cuetools.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
# XXX: When updating, SITES= ${HOMEPAGE}/install/
|
|
SITES= https://distfiles.sigtrap.nl/
|
|
|
|
SEPARATE_BUILD= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${PREFIX}/bin/cuetag
|
|
|
|
.include <bsd.port.mk>
|