diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-11-01 21:41:24 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-11-01 21:41:24 +0000 |
commit | d100b8a362944ceef70551468757f4892cb1f6d0 (patch) | |
tree | abb3124417421530be657b5ef8b074c1924fc3b5 /misc/Makefile | |
parent | 043bec08e1c7d7c173e13c0ad3f753acc13fa8c7 (diff) |
FreeGuide is a TV guide program. It uses parser programs to extract TV
information from web pages and stores them for viewing without the need to
connect to the Internet. The viewer allows the user to view television listings
and create customised TV guides by selecting programmes and by building up a
favourites list.
It works with listings for many countries.
WWW: http://freeguide-tv.sf.net/
PR: 88088
Submitted by: Stephen Hurd <shurd@sasktel.net>
Notes
Notes:
svn path=/head/; revision=146953
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 468d5fae3695..ac0588c4f7e5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -91,6 +91,7 @@ SUBDIR += fortune-mod-futurama SUBDIR += fortuneit SUBDIR += freedialog + SUBDIR += freeguide SUBDIR += freshmeat-submit SUBDIR += ftdi-eeprom SUBDIR += ftree |