blob: 051d2e6036f1e97b2f31b0d2e23a5beb98f1f0c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: gacxtool
# Date created: 2004-11-14
# Whom: Leonid Zolotarev <leoz.2005@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gacxtool
PORTVERSION= 0.1.0
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= leoz.2005@gmail.com
COMMENT= Displays the status of the ACX driver
LIB_DEPENDS= gtkdatabox:${PORTSDIR}/x11-toolkits/gtkdatabox
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
DEPRECATED= depends on expired, broken port
EXPIRATION_DATE=2009-01-19
.include <bsd.port.mk>
|