diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/abgx360gui/Makefile | 43 | ||||
-rw-r--r-- | sysutils/abgx360gui/distinfo | 6 | ||||
-rw-r--r-- | sysutils/abgx360gui/pkg-descr | 6 |
4 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 369ab82c7b2..00e0c2916ec 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -13,6 +13,7 @@ SUBDIR += aaccli SUBDIR += abck SUBDIR += abgx360 + SUBDIR += abgx360gui SUBDIR += acidlaunch SUBDIR += adtool SUBDIR += afbinit diff --git a/sysutils/abgx360gui/Makefile b/sysutils/abgx360gui/Makefile new file mode 100644 index 00000000000..ce4be6d4005 --- /dev/null +++ b/sysutils/abgx360gui/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: abgx360gui +# Date created: 21 November 2009 +# Whom: okeeblow <root@cooltrainer.org> +# +# $FreeBSD$ +# + +PORTNAME= abgx360gui +PORTVERSION= 1.0.2 +CATEGORIES= sysutils +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ + http://update.cooltrainer.org/abgx360/ \ + http://abgx360.x-scene.com/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} abgx360-256.png +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= root@cooltrainer.org +COMMENT= A wxWidgets frontend for abgx360 + +RUN_DEPENDS= abgx360:${PORTSDIR}/sysutils/abgx360 \ + xterm:${PORTSDIR}/x11/xterm + +PLIST_FILES= bin/abgx360gui \ + share/pixmaps/abgx360-256.png + +GNU_CONFIGURE= yes +USE_WX= 2.8 +WX_COMPS= wx +CONFIGURE_ARGS= --with-wx=${LOCALBASE} \ + --with-wx-config=${WX_CONFIG:T} + +DESKTOP_ENTRIES= "abgx360" \ + "Verify and repair Xbox 360 backup images" \ + "abgx360-256.png" \ + "abgx360gui" \ + "Application;Utility;" \ + ${FALSE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/abgx360gui ${PREFIX}/bin + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/abgx360-256.png ${PREFIX}/share/pixmaps + +.include <bsd.port.mk> diff --git a/sysutils/abgx360gui/distinfo b/sysutils/abgx360gui/distinfo new file mode 100644 index 00000000000..aa74d18fa73 --- /dev/null +++ b/sysutils/abgx360gui/distinfo @@ -0,0 +1,6 @@ +MD5 (abgx360gui-1.0.2.tar.gz) = 748c34971f3979e073d3279f1832b291 +SHA256 (abgx360gui-1.0.2.tar.gz) = 949fdcb871d038b1c8aed658e3d3d0fe6c44c73fbea8defc46ce37b0abf91303 +SIZE (abgx360gui-1.0.2.tar.gz) = 155604 +MD5 (abgx360-256.png) = b2138b8478680306c3da57ff96620b89 +SHA256 (abgx360-256.png) = fb76dbd05663f46ca8cb77d271580548b9cb5d12f2cc99a4c5ff0f3a83e1cd6c +SIZE (abgx360-256.png) = 39849 diff --git a/sysutils/abgx360gui/pkg-descr b/sysutils/abgx360gui/pkg-descr new file mode 100644 index 00000000000..4ead5f077de --- /dev/null +++ b/sysutils/abgx360gui/pkg-descr @@ -0,0 +1,6 @@ +abgx360gui is a frontend for the command-line application +sysutils/abgx360. It allows the user to easily select abgx360 options. +It can output an abgx360 log to a new xterm window, a text file, +or an HTML file. + +WWW: http://abgx360.net/ |