mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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/ PR: ports/141160 Submitted by: okeeblow <root at cooltrainer.org>
This commit is contained in:
parent
4389b297da
commit
56d03da9d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245672
@ -13,6 +13,7 @@
|
||||
SUBDIR += aaccli
|
||||
SUBDIR += abck
|
||||
SUBDIR += abgx360
|
||||
SUBDIR += abgx360gui
|
||||
SUBDIR += acidlaunch
|
||||
SUBDIR += adtool
|
||||
SUBDIR += afbinit
|
||||
|
43
sysutils/abgx360gui/Makefile
Normal file
43
sysutils/abgx360gui/Makefile
Normal file
@ -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>
|
6
sysutils/abgx360gui/distinfo
Normal file
6
sysutils/abgx360gui/distinfo
Normal file
@ -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
|
6
sysutils/abgx360gui/pkg-descr
Normal file
6
sysutils/abgx360gui/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user