freebsd-ports/deskutils/Makefile

287 lines
7.4 KiB
Makefile
Raw Normal View History

1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
COMMENT = Things that used to be on the desktop before computers were invented
SUBDIR += affiche
SUBDIR += alacarte
SUBDIR += anamnesis
SUBDIR += appwrapper
SUBDIR += aspostit
SUBDIR += autocutsel
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += baobab
SUBDIR += basket
SUBDIR += bigyear
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += bijiben
SUBDIR += bitcollider
SUBDIR += cairo-dock
SUBDIR += cairo-dock-plugins
SUBDIR += caja-extensions
SUBDIR += cal
SUBDIR += calcurse
SUBDIR += calibre
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += california
SUBDIR += cartotheque
SUBDIR += cdcat
SUBDIR += charmap
SUBDIR += charmtimetracker
SUBDIR += clipit
SUBDIR += conduit
SUBDIR += conkyemail
2010-05-10 17:59:59 +02:00
SUBDIR += conkyforecast
SUBDIR += countdown
SUBDIR += cycle
SUBDIR += dailystrips
SUBDIR += deforaos-todo
SUBDIR += devd-notifier
SUBDIR += displaycalibrator
SUBDIR += dlume
SUBDIR += docear
SUBDIR += dosage
SUBDIR += drivel
SUBDIR += easystroke
SUBDIR += egroupware
2010-07-24 18:15:02 +02:00
SUBDIR += epoch
SUBDIR += etask
SUBDIR += everygui
SUBDIR += fbreader
2010-05-10 15:12:19 +02:00
SUBDIR += fet
SUBDIR += freemind
SUBDIR += fusenshi
1999-08-16 10:19:06 +02:00
SUBDIR += gaddr
SUBDIR += ganttproject
SUBDIR += ganyremote
SUBDIR += gbirthday
SUBDIR += gcal
SUBDIR += gcalcli
1999-05-03 06:41:28 +02:00
SUBDIR += genius
SUBDIR += gkrellm-reminder2
SUBDIR += glabels
SUBDIR += gnome-blog
SUBDIR += gnome-calendar
SUBDIR += gnome-characters
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-clocks
SUBDIR += gnome-contacts
SUBDIR += gnome-dictionary
SUBDIR += gnome-documents
SUBDIR += gnome-epub-thumbnailer
SUBDIR += gnome-font-viewer
SUBDIR += gnome-initial-setup
SUBDIR += gnome-maps
SUBDIR += gnome-photos
SUBDIR += gnome-screenshot
SUBDIR += gnome-search-tool
SUBDIR += gnome-shell-extension-audio-output-switcher
SUBDIR += gnome-shell-extension-backslide
SUBDIR += gnome-shell-extension-calculator
SUBDIR += gnome-shell-extension-coverflow
SUBDIR += gnome-shell-extension-dashtodock
SUBDIR += gnome-shell-extension-filesmenu
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-shell-extension-hidetopbar
SUBDIR += gnome-shell-extension-lockkeys
SUBDIR += gnome-shell-extension-mediaplayer
SUBDIR += gnome-shell-extension-openweather
SUBDIR += gnome-shell-extension-overlay-icons
SUBDIR += gnome-shell-extension-panel-osd
SUBDIR += gnome-shell-extension-recent-items
SUBDIR += gnome-shell-extension-trash
SUBDIR += gnome-shell-extension-weather
SUBDIR += gnome-shell-extra-extensions
SUBDIR += gnome-sound-recorder
SUBDIR += gnome-system-log
SUBDIR += gnome-tweak-tool
SUBDIR += gnome-utils
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-weather
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
2009-11-28 21:06:37 +01:00
SUBDIR += gnote
SUBDIR += gnotime
SUBDIR += gnustep-notebook
SUBDIR += gnustep-wrapper
SUBDIR += gourmet
SUBDIR += griffith
SUBDIR += growl-for-linux
SUBDIR += gruler
SUBDIR += gsimplecal
SUBDIR += gtg
1999-04-08 19:53:12 +02:00
SUBDIR += gtimer
SUBDIR += gtodo
SUBDIR += gtweakui
SUBDIR += gucharmap
SUBDIR += gworkspace
SUBDIR += gworkspace-gwmetadata
SUBDIR += gxmessage
SUBDIR += gxneur
2010-08-26 10:20:47 +02:00
SUBDIR += hebcal
SUBDIR += helpviewer
SUBDIR += homerun
2014-01-28 04:25:28 +01:00
SUBDIR += horde-groupware
SUBDIR += horde-kronolith
SUBDIR += horde-mnemo
SUBDIR += horde-nag
SUBDIR += hot-babe
SUBDIR += howm
SUBDIR += ical
SUBDIR += ithought
SUBDIR += jjclient
SUBDIR += jlj
SUBDIR += kcharselect
SUBDIR += kchmviewer-kde4
SUBDIR += kdeconnect
SUBDIR += kdepim4
SUBDIR += kdepim4-runtime
SUBDIR += kdepimlibs4
SUBDIR += kdeplasma-addons
SUBDIR += kruler
SUBDIR += ksshaskpass
SUBDIR += ladon
SUBDIR += launchy
SUBDIR += libgcal
SUBDIR += libopensync-plugin-vformat-devel
SUBDIR += libstreamanalyzer
SUBDIR += libstreams
SUBDIR += ljcharm
SUBDIR += ljclive
SUBDIR += ljit
SUBDIR += logjam
SUBDIR += mate-notification-daemon
SUBDIR += mate-utils
SUBDIR += mdh
SUBDIR += mencal
SUBDIR += menumaker
SUBDIR += moregroupware
SUBDIR += mozo
SUBDIR += multisync
SUBDIR += multisync-backup
SUBDIR += multisync-syncml
SUBDIR += myitcrm
SUBDIR += nagaina
SUBDIR += nautilus-actions
SUBDIR += nautilus-sendto
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += nemo-extensions
SUBDIR += note
SUBDIR += notecase
SUBDIR += notification-daemon
SUBDIR += notify-osd
SUBDIR += openproj
SUBDIR += orage
SUBDIR += osmo
SUBDIR += osynctool
SUBDIR += owncloudclient
SUBDIR += p5-Data-ICal
SUBDIR += p5-Goo
SUBDIR += p5-ZConf-BGSet
SUBDIR += p5-ZConf-Runner
SUBDIR += p5-ZConf-Runner-GUI-GTK
SUBDIR += pal
SUBDIR += parcellite
SUBDIR += phpcollab
SUBDIR += phpicalendar
SUBDIR += pinot
SUBDIR += plan
SUBDIR += planner
SUBDIR += plans
2009-08-10 20:18:27 +02:00
SUBDIR += plasma-applet-cwp
SUBDIR += plasma-applet-daisy
SUBDIR += plasma-applet-fancytasks
SUBDIR += plasma-applet-panelspacer
SUBDIR += plasma-applet-playwolf
SUBDIR += plasma-applet-qstardict
SUBDIR += plasma-applet-serverstatuswidget
SUBDIR += plasma-applet-simpleweatherforecast
SUBDIR += plasma-applet-teacooker
SUBDIR += plasma-applet-yawp
SUBDIR += plopfolio
SUBDIR += preferences
SUBDIR += py-bugwarrior
2015-09-29 12:48:46 +02:00
SUBDIR += py-khal
SUBDIR += py-pycarddav
SUBDIR += py-pystash
SUBDIR += py-send2trash
SUBDIR += py-spice-gtk
SUBDIR += py-taskw
SUBDIR += py-vdirsyncer
SUBDIR += py-vobject
SUBDIR += pybookreader
SUBDIR += pypanel
SUBDIR += qlabels
SUBDIR += qorganizer
SUBDIR += qrfcview
SUBDIR += qtm
SUBDIR += recoll
SUBDIR += rednotebook
SUBDIR += remind
SUBDIR += rolo
SUBDIR += rox-memo
SUBDIR += rubrica
SUBDIR += rubygem-shellplay
SUBDIR += rubygem-taskjuggler
SUBDIR += semantik
SUBDIR += shutter
2010-06-04 23:23:50 +02:00
SUBDIR += silence
SUBDIR += simpleagenda
SUBDIR += simplegroupware
SUBDIR += sliderule
SUBDIR += spice-gtk
SUBDIR += strigi
SUBDIR += strigiclient
SUBDIR += strigidaemon
SUBDIR += strigiutils
SUBDIR += sugarcrm
SUBDIR += superkaramba
SUBDIR += superswitcher
SUBDIR += surrealtodo
SUBDIR += syncthing-gtk
SUBDIR += systempreferences
SUBDIR += tagutils
SUBDIR += taskcoach
SUBDIR += taskd
SUBDIR += taskwarrior
SUBDIR += teapot
SUBDIR += tel
SUBDIR += thinkingrock
SUBDIR += tine20
SUBDIR += tnote
SUBDIR += todo
SUBDIR += tomboy
SUBDIR += tomboy-plugin-latex
SUBDIR += tomboy-plugin-reminder
SUBDIR += tomboy-plugin-todo
SUBDIR += toolboxkit
SUBDIR += tpb
SUBDIR += treeline
SUBDIR += treesheets
SUBDIR += tuxcards
SUBDIR += vboxgtk
SUBDIR += virt-manager
SUBDIR += vit
SUBDIR += vnc2flv
SUBDIR += vym
SUBDIR += wammu
SUBDIR += when
1999-01-26 04:58:08 +01:00
SUBDIR += wmpinboard
SUBDIR += wyrd
2010-11-12 11:19:59 +01:00
SUBDIR += x026
SUBDIR += xcalendar
SUBDIR += xchm
SUBDIR += xfce4-generic-slider
SUBDIR += xfce4-notes-plugin
SUBDIR += xfce4-notification-daemon
SUBDIR += xfce4-notifyd
SUBDIR += xfce4-tumbler
SUBDIR += xfce4-volumed
SUBDIR += xfce4-volumed-pulse
SUBDIR += xfce4-xkb-plugin
SUBDIR += xmaddressbook
SUBDIR += xmdiary
SUBDIR += xneur
SUBDIR += xpad
2015-01-11 18:31:34 +01:00
SUBDIR += xpad3
SUBDIR += xpostit
SUBDIR += xpostitPlus
1999-01-18 05:17:08 +01:00
SUBDIR += xrolo
2000-01-04 19:04:16 +01:00
SUBDIR += xwrits
SUBDIR += zim
SUBDIR += znotes
SUBDIR += zorro
.include <bsd.port.subdir.mk>