mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8428501784
Changelog: http://abgx360.net/ PR: 152897 Submitted by: Nicole Reid <root _at_ cooltrainer.org> (maintainer)
26 lines
520 B
Makefile
26 lines
520 B
Makefile
# New ports collection makefile for: abgx360
|
|
# Date created: 21 November 2009
|
|
# Whom: okeeblow <root@cooltrainer.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= abgx360
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://abgx360.x-scene.com/
|
|
|
|
MAINTAINER= root@cooltrainer.org
|
|
COMMENT= Verify and repair Xbox 360 backup images
|
|
|
|
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|
|
|
PLIST_FILES= bin/abgx360
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|