blob: e220ddc9d1aafeea4d2ec254f9d0b46590523b0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: okeeblow <root@cooltrainer.org>
# $FreeBSD$
PORTNAME= abgx360
PORTVERSION= 1.0.6
CATEGORIES= sysutils
MASTER_SITES= http://abgx360.xecuter.com/dl/ \
http://update.cooltrainer.org/freebsd-ports/sysutils/abgx360/ \
http://dl.dropbox.com/u/59058148/
MAINTAINER= root@cooltrainer.org
COMMENT= Verify and repair Xbox 360 backup images
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
PLIST_FILES= bin/abgx360
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|