diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:25:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:25:31 +0000 |
commit | 56d03da9d88080107840f6c58f6da38a6c2bb885 (patch) | |
tree | f2ccb55253761d42b822a66200d5ed6c48d7d647 /sysutils/abgx360gui | |
parent | 4389b297da23f0c319a2b3437eabdf95f5891964 (diff) | |
download | ports-56d03da9d88080107840f6c58f6da38a6c2bb885.tar.gz ports-56d03da9d88080107840f6c58f6da38a6c2bb885.zip |
Notes
Diffstat (limited to 'sysutils/abgx360gui')
-rw-r--r-- | sysutils/abgx360gui/Makefile | 43 | ||||
-rw-r--r-- | sysutils/abgx360gui/distinfo | 6 | ||||
-rw-r--r-- | sysutils/abgx360gui/pkg-descr | 6 |
3 files changed, 55 insertions, 0 deletions
diff --git a/sysutils/abgx360gui/Makefile b/sysutils/abgx360gui/Makefile new file mode 100644 index 000000000000..ce4be6d40059 --- /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 000000000000..aa74d18fa731 --- /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 000000000000..4ead5f077de8 --- /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/ |