mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add wmbinclock 0.1, a binary clock in a windowmaker applet.
PR: 50038 Submitted by: Harold Gutch <logix@foobar.franken.de
This commit is contained in:
parent
e2d0761c6b
commit
40acf7a2bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84804
@ -22,6 +22,7 @@
|
||||
SUBDIR += t3d
|
||||
SUBDIR += tclock
|
||||
SUBDIR += washerdryer
|
||||
SUBDIR += wmbinclock
|
||||
SUBDIR += wmblueclock
|
||||
SUBDIR += wmcalclock
|
||||
SUBDIR += wmclock
|
||||
|
24
x11-clocks/wmbinclock/Makefile
Normal file
24
x11-clocks/wmbinclock/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: wmBinClock
|
||||
# Date created: 16 Mar 2003
|
||||
# Whom: Harold Gutch <logix@foobar.franken.de
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmbinclock
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= x11-clocks windowmaker
|
||||
MASTER_SITES= http://www.inxsoft.net/wmbinclock/
|
||||
|
||||
MAINTAINER= logix@foobar.franken.de
|
||||
COMMENT= A binary clock in a windowmaker applet
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_XPM= yes
|
||||
WRKSRC= ${WRKDIR}/wmBinClock
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmBinClock ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-clocks/wmbinclock/distinfo
Normal file
1
x11-clocks/wmbinclock/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmbinclock-0.1.tar.gz) = 83bc44148870b04a9d6588c7e0558058
|
8
x11-clocks/wmbinclock/pkg-descr
Normal file
8
x11-clocks/wmbinclock/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
wmBinClock is a windowmaker applet that displays the current system time
|
||||
as a binary clock. You have to add up the bits to get the time. The clock
|
||||
has a 24 hour format.
|
||||
|
||||
WWW: http://http://www.inxsoft.net/wmbinclock/
|
||||
|
||||
- Harold Gutch
|
||||
logix@foobar.franken.de
|
1
x11-clocks/wmbinclock/pkg-plist
Normal file
1
x11-clocks/wmbinclock/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/wmBinClock
|
Loading…
Reference in New Issue
Block a user