diff options
author | wiz <wiz> | 2000-12-17 23:32:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-17 23:32:09 +0000 |
commit | fb54ca6e79512b331f6c65b3efaf08d4e7219b5b (patch) | |
tree | 73288b5bb97270ccddd92731e20bbfff8858d306 /time/Makefile | |
parent | 143076fe6de60fa3d2351ac4e46ccb0b17a83ce5 (diff) | |
download | pkgsrc-fb54ca6e79512b331f6c65b3efaf08d4e7219b5b.tar.gz |
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime,
misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile new file mode 100644 index 00000000000..db0c56399dd --- /dev/null +++ b/time/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:09 wiz Exp $ +# + + SUBDIR += asclock + SUBDIR += asclock-gtk + SUBDIR += asclock-xlib + SUBDIR += cal + SUBDIR += cardboard-schedule + SUBDIR += catclock + SUBDIR += dclock + SUBDIR += emiclock + SUBDIR += glclock + SUBDIR += ical + SUBDIR += logtime + SUBDIR += plan + SUBDIR += polclock + SUBDIR += py-mxDateTime + SUBDIR += rclock + SUBDIR += remind + SUBDIR += sunclock + SUBDIR += swisswatch + SUBDIR += titrax + SUBDIR += wmcalclock + SUBDIR += wmmoonclock + SUBDIR += wmtime + SUBDIR += xbeats + SUBDIR += xcal + SUBDIR += xdaliclock + SUBDIR += xtimer + +.include "../mk/bsd.pkg.subdir.mk" |