1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/sysutils/abgx360/Makefile
Fernando Apesteguía 52dd088809 sysutils/abgx360: update to 1.0.7
ChangeLog:

 * No more abgx360.ini needed for online functions! Internal URLs have been
   updated to http://abgx360.hadzz.com
 * Video CRC is recalculated with the new PFI in autofix, meaning "redump style"
   ISOs no longer require manual patching or having the video ISO locally.

Reported by:	portscout
2023-10-31 14:08:22 +01:00

22 lines
409 B
Makefile

PORTNAME= abgx360
PORTVERSION= 1.0.7
CATEGORIES= sysutils
MASTER_SITES= http://abgx360.hadzz.com/dl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Verify and repair Xbox 360 backup images
WWW= http://abgx360.hadzz.com/
LICENSE= NONE
LIB_DEPENDS= libcurl.so:ftp/curl
GNU_CONFIGURE= yes
PLIST_FILES= bin/abgx360
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>