1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/abgx360/Makefile
Pawel Pekala a4242291d4 - Update to version 1.0.6
- Add patch to fix build on 9.0 and beyond

PR:             ports/167735
Submitted by:   maintainer
2012-05-09 23:44:05 +00:00

39 lines
874 B
Makefile

# New ports collection makefile for: abgx360
# Date created: 21 November 2009
# Whom: okeeblow <root@cooltrainer.org>
#
# $FreeBSD$
#
PORTNAME= abgx360
PORTVERSION= 1.0.6
CATEGORIES= sysutils
MASTER_SITES= http://abgx360.x-scene.com/ \
http://update.cooltrainer.org/freebsd-ports/sysutils/abgx360/
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.pre.mk>
.if ${OSVERSION} >= 900000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-abgx360.c
.endif
.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>