diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-17 07:45:59 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-17 07:45:59 +0800 |
commit | c685c2c088b795a9dd75df8a0a3d4866e0359fe4 (patch) | |
tree | 3fe16ba40bff1b14c60ca3ec47843013b424d74e /net | |
parent | 71fd31e00de40cee55460afbee6b3671a9c12232 (diff) | |
download | freebsd-ports-gnome-c685c2c088b795a9dd75df8a0a3d4866e0359fe4.tar.gz freebsd-ports-gnome-c685c2c088b795a9dd75df8a0a3d4866e0359fe4.tar.zst freebsd-ports-gnome-c685c2c088b795a9dd75df8a0a3d4866e0359fe4.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gacxtool/Makefile | 24 | ||||
-rw-r--r-- | net/gacxtool/distinfo | 2 | ||||
-rw-r--r-- | net/gacxtool/pkg-descr | 9 | ||||
-rw-r--r-- | net/gacxtool/pkg-plist | 13 |
5 files changed, 49 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 9df5591a83a0..2169ad8d9ada 100644 --- a/net/Makefile +++ b/net/Makefile @@ -143,6 +143,7 @@ SUBDIR += fspd SUBDIR += fsplib SUBDIR += fugu + SUBDIR += gacxtool SUBDIR += gaim SUBDIR += gaim-openq SUBDIR += gaim-rss-reader diff --git a/net/gacxtool/Makefile b/net/gacxtool/Makefile new file mode 100644 index 000000000000..fa2170921f72 --- /dev/null +++ b/net/gacxtool/Makefile @@ -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> diff --git a/net/gacxtool/distinfo b/net/gacxtool/distinfo new file mode 100644 index 000000000000..87b5716f78f5 --- /dev/null +++ b/net/gacxtool/distinfo @@ -0,0 +1,2 @@ +MD5 (gacxtool-0.1.0.tar.gz) = 1d811d56edf73b9f9d11e863848c02ce +SIZE (gacxtool-0.1.0.tar.gz) = 110136 diff --git a/net/gacxtool/pkg-descr b/net/gacxtool/pkg-descr new file mode 100644 index 000000000000..f713a91579a0 --- /dev/null +++ b/net/gacxtool/pkg-descr @@ -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 diff --git a/net/gacxtool/pkg-plist b/net/gacxtool/pkg-plist new file mode 100644 index 000000000000..c8722b001f6e --- /dev/null +++ b/net/gacxtool/pkg-plist @@ -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 |