1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/gacxtool/Makefile
Jean-Yves Lefort 968bc1fa0f 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)
2005-04-16 23:45:59 +00:00

25 lines
593 B
Makefile

# 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>