Add new port x11-clocks/wmclockmon - A digital clock dockapp with a
similar look to wmcpuload
This commit is contained in:
parent
13c1a35708
commit
671bc4f7a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66982
@ -25,6 +25,7 @@
|
||||
SUBDIR += washerdryer
|
||||
SUBDIR += wmcalclock
|
||||
SUBDIR += wmclock
|
||||
SUBDIR += wmclockmon
|
||||
SUBDIR += wmdate
|
||||
SUBDIR += wmfishtime
|
||||
SUBDIR += wmfuzzy
|
||||
|
26
x11-clocks/wmclockmon/Makefile
Normal file
26
x11-clocks/wmclockmon/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: wmclockmon
|
||||
# Date created: Sat Sep 21 01:48:10 EDT 2002
|
||||
# Whom: pat
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmclockmon
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= x11-clocks windowmaker
|
||||
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
|
||||
|
||||
MAINTAINER= pat@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=""
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/src/wmclockmon ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/wmclockmon.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-clocks/wmclockmon/distinfo
Normal file
1
x11-clocks/wmclockmon/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmclockmon-0.1.0.tar.gz) = a0037c72029aa7819f7bfa04bfd5d5ed
|
11
x11-clocks/wmclockmon/files/patch-configure
Normal file
11
x11-clocks/wmclockmon/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Sat Sep 21 02:14:44 2002
|
||||
+++ configure Sat Sep 21 02:14:52 2002
|
||||
@@ -4051,8 +4051,6 @@
|
||||
OS=freebsd
|
||||
ignore_wired=yes
|
||||
ignore_cached=yes
|
||||
- LIBS="$LIBS -lkvm"
|
||||
- SETGID_FLAGS="-g kmem -m 2755 -o root"
|
||||
;;
|
||||
openbsd*)
|
||||
OS=openbsd
|
1
x11-clocks/wmclockmon/pkg-comment
Normal file
1
x11-clocks/wmclockmon/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A digital clock dockapp with a similar look to wmcpuload
|
5
x11-clocks/wmclockmon/pkg-descr
Normal file
5
x11-clocks/wmclockmon/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
A digital clock dockapp with 3 different styles, and that uses
|
||||
locales to display weekday and month names.
|
||||
|
||||
Author: Thomas Nemeth <tnemeth@free.fr>
|
||||
WWW: http://tnemeth.free.fr/projets/dockapps.html
|
1
x11-clocks/wmclockmon/pkg-plist
Normal file
1
x11-clocks/wmclockmon/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/wmclockmon
|
Loading…
Reference in New Issue
Block a user