pkgsrc/sysutils/cdirip/Makefile
tpaul 8f5c5bd618 sysutils/cdirip: import cdirip-0.6.4
This is a small program capable of extracting all the tracks contained in a
CDI (DiscJuggler) image. Both 2.0 and 3.0 CDI image versions are supported.
This will allow users which cannot use this software (either by software
incompatibilities or having an unsupported OS such as Linux or Mac OS) to burn
the contents of such images, which have a propietary format not supported by
any other recording software.
2019-06-06 08:33:49 +00:00

20 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/06/06 08:33:49 tpaul Exp $
DISTNAME= cdirip-0.6.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=jozip/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= tpaul@NetBSD.org
HOMEPAGE= https://github.com/jozip/cdirip/
COMMENT= Program for extracting tracks from a CDI (DiscJuggler) image
LICENSE= gnu-gpl-v2
MAKE_FLAGS+= CC=${CC:Q}
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdirip ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"