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 /deskutils/Makefile | |
parent | 0e600e3ae169a0fee136d33c7387b27e544563a1 (diff) | |
download | ports-3c134ede8d50ff28b30f90d818aaf8ede44c772b.tar.gz ports-3c134ede8d50ff28b30f90d818aaf8ede44c772b.zip |
Notes
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile new file mode 100644 index 000000000000..6b0e62473a8a --- /dev/null +++ b/deskutils/Makefile @@ -0,0 +1,22 @@ +# $Id$ +# + + SUBDIR += cal + SUBDIR += cbb + SUBDIR += ical + SUBDIR += korganizer + SUBDIR += kproject + SUBDIR += offix-trash + SUBDIR += plan + SUBDIR += sliderule + SUBDIR += teapot + SUBDIR += xcalendar + SUBDIR += xinvest + SUBDIR += xmaddressbook + SUBDIR += xmdiary + SUBDIR += xopps + SUBDIR += xpostit + SUBDIR += xpostitPlus + SUBDIR += zorro + +.include <bsd.port.subdir.mk> |