diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-20 14:36:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-20 14:36:11 +0000 |
commit | f9335e6f4cf289c50b5e03608a0e58971bea2013 (patch) | |
tree | 7128d1b78b021a88d86f9450e05a52498088239b /devel/Makefile | |
parent | 38a1453c27812995590028deb0f488ba7cd8e78f (diff) |
Add libgutenfetch, which provides a clean and consistent interface for
application developers to write clients which list and fetch free electronic
texts from any number of Project Gutenberg servers throughout the world.
PR: ports/69246
Submitted by: Russell Francis <rf358197@ohio.edu>
Notes
Notes:
svn path=/head/; revision=114290
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 65f56bb48556..981a63ff577b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -412,6 +412,7 @@ SUBDIR += libgsf SUBDIR += libgsf-gnome SUBDIR += libgtop2 + SUBDIR += libgutenfetch SUBDIR += libhash SUBDIR += libhoard SUBDIR += libical |