rclock port
This commit is contained in:
parent
ad12cbff9d
commit
e32b860e61
26
x11/rclock/Makefile
Normal file
26
x11/rclock/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# OpenBSD makefile for: rclock
|
||||
# Version required: 2.19
|
||||
# Date created: May 19 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 05:38:34 angelos Exp $
|
||||
#
|
||||
|
||||
PKGNAME= rclock-2.20
|
||||
DISTNAME= rxvt-2.20
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \
|
||||
ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/
|
||||
MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt
|
||||
#MASTER_SITE_SUBDIR= X11/xutils/terms
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
CFLAGS+= '-DMAIL_SPOOL=\"/var/mail/\"'
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= clock
|
||||
MAN1= rclock.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/rclock/files/md5
Normal file
1
x11/rclock/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rxvt-2.20.tar.gz) = 860432f0d146d0cdf4630967f6c94ae3
|
11
x11/rclock/patches/patch-aa
Normal file
11
x11/rclock/patches/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Fri Sep 27 10:48:20 1996
|
||||
+++ Makefile.in Mon Feb 24 01:09:28 1997
|
||||
@@ -7,7 +7,7 @@
|
||||
first_rule: all
|
||||
dummy:
|
||||
|
||||
-subdirs = src doc rclock src/graphics
|
||||
+subdirs = rclock # src doc rclock src/graphics
|
||||
|
||||
DIST_ETC = etc/XTerm.ad etc/color etc/termcap etc/terminfo etc/xmkdir
|
||||
|
1
x11/rclock/pkg/COMMENT
Normal file
1
x11/rclock/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
analog clock for X w/appointment reminder and mail notification
|
7
x11/rclock/pkg/DESCR
Normal file
7
x11/rclock/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Rclock is an analog clock for X intended as an xclock(1) replacement that
|
||||
conserves memory and has extra features: rclock enters reverse video if
|
||||
there is mail waiting; an appointment reminder is also builtin.
|
||||
|
||||
The ~/.rclock file lists the messages to display and/or the programs
|
||||
to run at specified times and dates.
|
||||
|
2
x11/rclock/pkg/PLIST
Normal file
2
x11/rclock/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/rclock
|
||||
man/man1/rclock.1
|
Loading…
Reference in New Issue
Block a user