blob: f75d17af6b83b5f5f2a6655b50c5e98347e918a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $Id: Makefile,v 1.12 1999/05/06 14:30:03 taoka Exp $
#
SUBDIR += abacus
SUBDIR += cal
SUBDIR += cbb
SUBDIR += genius
SUBDIR += gnomepim
SUBDIR += gnucash
SUBDIR += gtimer
SUBDIR += ical
SUBDIR += korganizer
SUBDIR += korganizer11-i18n
SUBDIR += kproject
SUBDIR += offix-trash
SUBDIR += plan
SUBDIR += recycler
SUBDIR += sliderule
SUBDIR += teapot
SUBDIR += wmpinboard
SUBDIR += xcalendar
SUBDIR += xinvest
SUBDIR += xmaddressbook
SUBDIR += xmdiary
SUBDIR += xopps
SUBDIR += xpostit
SUBDIR += xpostitPlus
SUBDIR += xrolo
SUBDIR += zorro
.include <bsd.port.subdir.mk>
|