diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:08:20 +0000 |
commit | 3c134ede8d50ff28b30f90d818aaf8ede44c772b (patch) | |
tree | c08e8618dfbe30ff4fc1e9dfeeeaee044115c5ce /x11-clocks | |
parent | 0e600e3ae169a0fee136d33c7387b27e544563a1 (diff) | |
download | ports-3c134ede8d50ff28b30f90d818aaf8ede44c772b.tar.gz ports-3c134ede8d50ff28b30f90d818aaf8ede44c772b.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 18 | ||||
-rw-r--r-- | x11-clocks/pkg/COMMENT | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile new file mode 100644 index 000000000000..f4f12477e021 --- /dev/null +++ b/x11-clocks/Makefile @@ -0,0 +1,18 @@ +# $Id$ +# + + SUBDIR += asclock + SUBDIR += bclock + SUBDIR += dclock + SUBDIR += emiclock + SUBDIR += mlclock + SUBDIR += mouseclock + SUBDIR += rclock + SUBDIR += swisswatch + SUBDIR += t3d + SUBDIR += wmtime + SUBDIR += xalarm + SUBDIR += xdaliclock + SUBDIR += xtimer + +.include <bsd.port.subdir.mk> diff --git a/x11-clocks/pkg/COMMENT b/x11-clocks/pkg/COMMENT new file mode 100644 index 000000000000..d64ac027f647 --- /dev/null +++ b/x11-clocks/pkg/COMMENT @@ -0,0 +1 @@ +X11 clocks. |