mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
52dd088809
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
22 lines
409 B
Makefile
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>
|