blob: ed7af84defcd1fec60519d70fc7db3861f6b7460 (
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
|
# New ports collection makefile for: gkfreq
# Date Created: Jun 18 2005
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gkfreq
PORTVERSION= 1.0
#PORTREVISION= 0
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= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/gkfreq.so
USE_X_PREFIX= yes
.include <bsd.port.mk>
|