2005-04-16 23:45:59 +00:00
|
|
|
# New ports collection makefile for: gacxtool
|
|
|
|
# Date created: 2004-11-14
|
2005-05-04 14:17:12 +00:00
|
|
|
# Whom: Leonid Zolotarev <leoz.2005@gmail.com>
|
2005-04-16 23:45:59 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gacxtool
|
|
|
|
PORTVERSION= 0.1.0
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 1
|
2005-04-16 23:45:59 +00:00
|
|
|
CATEGORIES= net
|
2005-09-20 07:55:01 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-04-16 23:45:59 +00:00
|
|
|
|
2005-05-04 14:17:12 +00:00
|
|
|
MAINTAINER= leoz.2005@gmail.com
|
2005-04-16 23:45:59 +00:00
|
|
|
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>
|