diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 13:31:04 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 13:31:04 +0800 |
commit | f54e47e132a101f46dda7baa6048414749549063 (patch) | |
tree | a1d9be5b6168405a2271e8ade3dd37105db9e46a /x11-clocks | |
parent | c30e423bf492926df972d896d696b71374682a82 (diff) | |
download | freebsd-ports-gnome-f54e47e132a101f46dda7baa6048414749549063.tar.gz freebsd-ports-gnome-f54e47e132a101f46dda7baa6048414749549063.tar.zst freebsd-ports-gnome-f54e47e132a101f46dda7baa6048414749549063.zip |
transparent analog clock for X11
PR: 11188
Submitted by: Thomas Runge <runge@rostock.zgdv.de>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xtu/Makefile | 22 | ||||
-rw-r--r-- | x11-clocks/xtu/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/xtu/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/xtu/pkg-descr | 9 | ||||
-rw-r--r-- | x11-clocks/xtu/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/x11-clocks/xtu/Makefile b/x11-clocks/xtu/Makefile new file mode 100644 index 000000000000..e6eefc6673c7 --- /dev/null +++ b/x11-clocks/xtu/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xtu +# Version required: 1.0 +# Date created: 17 Apr 1999 +# Whom: runge@rostock.zgdv.de +# +# $Id$ +# + +DISTNAME= xtu-1.0 +CATEGORIES= x11-clocks +MASTER_SITES= http://www.rostock.zgdv.de/~runge/xtu/ + +MAINTAINER= runge@rostock.zgdv.de + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes + +#post-install: +# strip ${PREFIX}/bin/xtu + +.include <bsd.port.mk> diff --git a/x11-clocks/xtu/distinfo b/x11-clocks/xtu/distinfo new file mode 100644 index 000000000000..b579a2c0671b --- /dev/null +++ b/x11-clocks/xtu/distinfo @@ -0,0 +1 @@ +MD5 (xtu-1.0.tar.gz) = ad80cdb3d2479f4a46d90e7e92314d0f diff --git a/x11-clocks/xtu/pkg-comment b/x11-clocks/xtu/pkg-comment new file mode 100644 index 000000000000..13a553385327 --- /dev/null +++ b/x11-clocks/xtu/pkg-comment @@ -0,0 +1 @@ +transparent analog clock for X11 diff --git a/x11-clocks/xtu/pkg-descr b/x11-clocks/xtu/pkg-descr new file mode 100644 index 000000000000..38c107604ec4 --- /dev/null +++ b/x11-clocks/xtu/pkg-descr @@ -0,0 +1,9 @@ +This is a transparent analog clock, very similar to TolleUhr +for the amiga range of computers. Actually, it uses some +drawing routines of it and looks almost the same. + +http://www.rostock.zgdv.de/~runge/xtu + +Tom +runge@rostock.zgdv.de + diff --git a/x11-clocks/xtu/pkg-plist b/x11-clocks/xtu/pkg-plist new file mode 100644 index 000000000000..194e3b645ba2 --- /dev/null +++ b/x11-clocks/xtu/pkg-plist @@ -0,0 +1,2 @@ +bin/xtu + |