28 lines
532 B
Makefile
28 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.6 2018/04/24 19:06:01 naddy Exp $
|
|
|
|
COMMENT= tools for handling audio-file cue sheets and toc files
|
|
|
|
DISTNAME= cuetools-1.3.1
|
|
REVISION= 2
|
|
|
|
CATEGORIES= audio textproc
|
|
|
|
HOMEPAGE= http://www.cuetools.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
# XXX: When updating, MASTER_SITES= ${HOMEPAGE}/install/
|
|
MASTER_SITES= https://distfiles.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>
|