mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add gkrellm-gamma, a GKrellm gamma correction plugin.
PR: 53841 Submitted by: Pav Lucistnik <pav@oook.cz>
This commit is contained in:
parent
852412b77c
commit
df42aa7f2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83858
5 changed files with 30 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
SUBDIR += geekcode
|
||||
SUBDIR += getopt
|
||||
SUBDIR += git
|
||||
SUBDIR += gkrellm-gamma
|
||||
SUBDIR += gkrellm-reminder
|
||||
SUBDIR += gkrellmaflag
|
||||
SUBDIR += gkrellmbgchg
|
||||
|
|
23
misc/gkrellm-gamma/Makefile
Normal file
23
misc/gkrellm-gamma/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: gkrellm-gamma
|
||||
# Date Created: Jun 26 2003
|
||||
# Whom: Pav Lucistnik <pav@oook.cz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gkrellm-gamma
|
||||
PORTVERSION= 2.01
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.sweb.cz/tripie/gkrellm/gamma/dist/
|
||||
|
||||
MAINTAINER= pav@oook.cz
|
||||
COMMENT= XFree86 gamma correction plugin for GKrellM
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
|
||||
ALL_TARGET= gamma.so
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/gkrellm-gamma/distinfo
Normal file
1
misc/gkrellm-gamma/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gkrellm-gamma-2.01.tar.gz) = 47e11c920c345148136a0fed1f13335e
|
4
misc/gkrellm-gamma/pkg-descr
Normal file
4
misc/gkrellm-gamma/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
gkrellm-gamma is a plugin for GKrellM. It allows you to control
|
||||
your monitor's gamma correction setting under XFree86.
|
||||
|
||||
WWW: http://www.sweb.cz/tripie/gkrellm/gamma/
|
1
misc/gkrellm-gamma/pkg-plist
Normal file
1
misc/gkrellm-gamma/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
libexec/gkrellm2/plugins/gamma.so
|
Loading…
Add table
Reference in a new issue