The GTK ACX Tool displays the status of the ACX driver.
The program can only be used with the driver developed by the wlan.kewl.org Project. PR: ports/74017 Submitted by: Leonid Zolotarev <leoz@saunalahti.fi> Approved by: adamw (mentor)
This commit is contained in:
parent
2bbbbc938d
commit
968bc1fa0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133497
5 changed files with 49 additions and 0 deletions
|
@ -143,6 +143,7 @@
|
|||
SUBDIR += fspd
|
||||
SUBDIR += fsplib
|
||||
SUBDIR += fugu
|
||||
SUBDIR += gacxtool
|
||||
SUBDIR += gaim
|
||||
SUBDIR += gaim-openq
|
||||
SUBDIR += gaim-rss-reader
|
||||
|
|
24
net/gacxtool/Makefile
Normal file
24
net/gacxtool/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: gacxtool
|
||||
# Date created: 2004-11-14
|
||||
# Whom: Leonid Zolotarev <leoz@saunalahti.fi>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gacxtool
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.leoz.myoptimus.com/gacxtool/files/
|
||||
|
||||
MAINTAINER= leoz@saunalahti.fi
|
||||
COMMENT= Displays the status of the ACX driver
|
||||
|
||||
LIB_DEPENDS= gtkdatabox:${PORTSDIR}/x11-toolkits/gtkdatabox2
|
||||
BUILD_DEPENDS= /boot/kernel/if_acx.ko:${PORTSDIR}/net/acx100
|
||||
RUN_DEPENDS= /boot/kernel/if_acx.ko:${PORTSDIR}/net/acx100
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/gacxtool/distinfo
Normal file
2
net/gacxtool/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (gacxtool-0.1.0.tar.gz) = 1d811d56edf73b9f9d11e863848c02ce
|
||||
SIZE (gacxtool-0.1.0.tar.gz) = 110136
|
9
net/gacxtool/pkg-descr
Normal file
9
net/gacxtool/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
The GTK ACX Tool displays the status of the ACX driver.
|
||||
|
||||
The program can only be used with the driver developed by the
|
||||
wlan.kewl.org Project.
|
||||
|
||||
WWW: http://www.leoz.myoptimus.com/gacxtool/
|
||||
|
||||
- Leonid Zolotarev
|
||||
leoz@saunalahti.fi
|
13
net/gacxtool/pkg-plist
Normal file
13
net/gacxtool/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/gacxtool
|
||||
share/gacxtool/icons/gacxtool.png
|
||||
share/gacxtool/themes/default/README
|
||||
share/gacxtool/themes/default/default.gtkrc
|
||||
share/gacxtool/themes/default/noise_progressbar.png
|
||||
share/gacxtool/themes/default/quality_progressbar.png
|
||||
share/gacxtool/themes/default/receive_progressbar.png
|
||||
share/gacxtool/themes/default/strength_progressbar.png
|
||||
share/gacxtool/themes/default/transmit_progressbar.png
|
||||
@dirrm share/gacxtool/icons
|
||||
@dirrm share/gacxtool/themes/default
|
||||
@dirrm share/gacxtool/themes
|
||||
@dirrm share/gacxtool
|
Loading…
Reference in a new issue