d472a4c0c8
src/abgx360.c: In function 'sendcdb': src/abgx360.c:1815: error: 'struct scsi_sense_data' has no member named 'segment' src/abgx360.c:1816: error: 'struct scsi_sense_data' has no member named 'flags' src/abgx360.c:1817: error: 'struct scsi_sense_data' has no member named 'info' [..] Reported by: pointyhat Feature safe: yes
37 lines
795 B
Makefile
37 lines
795 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.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 900044
|
|
BROKEN= does not compile on FreeBSD 9.X
|
|
.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>
|