blob: 23ab829ac9e1a98b300eca0cb50fe53684e47fd0 (
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
28
29
30
31
32
33
|
# New ports collection makefile for: gkrellm-wireless
# Date Created: 4 Mar 2002
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gkrellmwireless
PORTVERSION= 0.2.2
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://gkrellm.luon.net/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM wireless plugin
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
NO_LATEST_LINK= yes
USE_X_PREFIX= yes
USE_GNOME= imlib
PLIST_FILES= libexec/gkrellm/plugins/wireless.so
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>
|