2009-12-13 01:24:49 +01:00
|
|
|
# New ports collection makefile for: abgx360
|
|
|
|
# Date created: 21 November 2009
|
|
|
|
# Whom: okeeblow <root@cooltrainer.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= abgx360
|
2010-12-07 22:04:39 +01:00
|
|
|
PORTVERSION= 1.0.5
|
2009-12-13 01:24:49 +01:00
|
|
|
CATEGORIES= sysutils
|
2010-12-02 15:17:47 +01:00
|
|
|
MASTER_SITES= http://abgx360.x-scene.com/
|
2009-12-13 01:24:49 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2011-11-11 05:23:53 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2011-12-05 18:24:21 +01:00
|
|
|
.if ${OSVERSION} >= 900044
|
|
|
|
BROKEN= does not compile on FreeBSD 9.X
|
|
|
|
.endif
|
|
|
|
|
2011-11-11 05:23:53 +01:00
|
|
|
.if ${OSVERSION} > 900000
|
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|