1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/abgx360/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

24 lines
526 B
Makefile

# 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:ftp/curl
GNU_CONFIGURE= yes
PLIST_FILES= bin/abgx360
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>