pkgsrc/converters/cue2pops/Makefile
nia ff16fd7df0 Add converters/cue2pops.
Contributed in a private email by embr@liclac.eu, thx!

cue2pops is a tool for converting PlayStation 1 backups in .CUE/.BIN format to
.VCD, the format supported by the PlayStation 2's POPS emulator.

The original cue2pops is Windows-only, this is the cue2pops-linux fork.
2020-12-13 15:43:46 +00:00

18 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/12/13 15:43:46 nia Exp $
DISTNAME= cue2pops-linux-20180104
PKGNAME= ${DISTNAME:S/-linux//}
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=makefu/}
GITHUB_PROJECT= cue2pops-linux
GITHUB_TAG= 541863adf23fdecde92eba5899f8d58586ca4551
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/makefu/cue2pops-linux
COMMENT= Convert BIN/CUE to VCD for POPS on the PS2
MAKE_FLAGS+= INSTALL_DIR=${DESTDIR}${PREFIX}/bin
INSTALLATION_DIRS+= bin
.include "../../mk/bsd.pkg.mk"