diff options
author | steve <steve@FreeBSD.org> | 1998-07-13 07:14:13 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-13 07:14:13 +0800 |
commit | e2cdbdec995e61b6099e3138ec62da97f8f7788f (patch) | |
tree | 6370a3443a4db6b9e370cee2fa1053ccad24cafa | |
parent | 0206a95e07e831e31703cd0e0780bfdc96914cc7 (diff) | |
download | freebsd-ports-gnome-e2cdbdec995e61b6099e3138ec62da97f8f7788f.tar.gz freebsd-ports-gnome-e2cdbdec995e61b6099e3138ec62da97f8f7788f.tar.zst freebsd-ports-gnome-e2cdbdec995e61b6099e3138ec62da97f8f7788f.zip |
Initial import of wmtime version 1.0b2
Time/Date applet for WindowMaker.
PR: 7139
Submitted by: Richard M. Neswold <rneswold@mcs.net>
-rw-r--r-- | x11-clocks/wmtime/Makefile | 24 | ||||
-rw-r--r-- | x11-clocks/wmtime/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/wmtime/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/wmtime/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/wmtime/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/x11-clocks/wmtime/Makefile b/x11-clocks/wmtime/Makefile new file mode 100644 index 000000000000..c4d9741e5726 --- /dev/null +++ b/x11-clocks/wmtime/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: wmtime +# Version required: 1.0b2 +# Date created: 1 July 1998 +# Whom: Rich Neswold <rneswold@mcs.net> +# +# $Id$ +# + +DISTNAME= wmtime-1.0b2 +CATEGORIES= x11 +MASTER_SITES= http://www.xs4all.nl/~warp/files/ + +MAINTAINER= rneswold@mcs.net + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +WRKSRC= ${WRKDIR}/wmtime.app/wmtime +USE_IMAKE= yes +NO_INSTALL_MANPAGES= 1 + +post-extract: + ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile + +.include <bsd.port.mk> diff --git a/x11-clocks/wmtime/distinfo b/x11-clocks/wmtime/distinfo new file mode 100644 index 000000000000..35d55ae7042a --- /dev/null +++ b/x11-clocks/wmtime/distinfo @@ -0,0 +1 @@ +MD5 (wmtime-1.0b2.tar.gz) = 04c03e001aa702cf653b6b6c3f58bf87 diff --git a/x11-clocks/wmtime/pkg-comment b/x11-clocks/wmtime/pkg-comment new file mode 100644 index 000000000000..24ac055990f2 --- /dev/null +++ b/x11-clocks/wmtime/pkg-comment @@ -0,0 +1 @@ +Time/Date applet for WindowMaker. diff --git a/x11-clocks/wmtime/pkg-descr b/x11-clocks/wmtime/pkg-descr new file mode 100644 index 000000000000..5c3214f9780a --- /dev/null +++ b/x11-clocks/wmtime/pkg-descr @@ -0,0 +1,5 @@ +This is a very nice clock that runs in the WindowMaker "dock". Either +digital or analog clock faces can be specified. + +- Rich + rneswold@mcs.net diff --git a/x11-clocks/wmtime/pkg-plist b/x11-clocks/wmtime/pkg-plist new file mode 100644 index 000000000000..0c2614ae499b --- /dev/null +++ b/x11-clocks/wmtime/pkg-plist @@ -0,0 +1 @@ +bin/wmtime |