090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# 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= 7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GKrellM wireless plugin
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
USE_GNOME= imlib
|
|
|
|
PLIST_FILES= libexec/gkrellm/plugins/wireless.so
|
|
|
|
.include <bsd.port.mk>
|