mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
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)
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# New ports collection makefile for: gkfreq
|
|
# Date Created: Jun 18 2005
|
|
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkfreq
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
DISTNAME= gkrellm-gkfreq-${PORTVERSION}
|
|
MASTER_SITES= http://www.peakunix.net/downloads/
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= A plugin for gkrellm2 which displays the current CPU speed
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkfreq.so
|
|
|
|
.include <bsd.port.mk>
|