diff options
author | clement <clement@FreeBSD.org> | 2004-04-16 22:54:19 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-16 22:54:19 +0000 |
commit | 42f82c51acbb7bdfac0a698f25c8103ec4c7eb47 (patch) | |
tree | b31206a30191c0ef6adefb99d8b14af91cf52347 /comms/Makefile | |
parent | e46cd61f6630b084dfd6db400e81a620d64fc0d4 (diff) | |
download | FreeBSD-ports-42f82c51acbb7bdfac0a698f25c8103ec4c7eb47.zip FreeBSD-ports-42f82c51acbb7bdfac0a698f25c8103ec4c7eb47.tar.gz |
Add efax-gtk 2.2.5, GUI front end for the efax fax program.
This program is a Gtk+/Gtkmm front end for the efax program for
receiving and sending faxes with a fax modem. Any files to be faxed
must be in postscript format, which is the generic printer format for
Unix/Linux systems. The program will use ghostscript to convert these
into the Group 3 fax format which the fax modem will understand.
WWW: http://www.cvine.freeserve.co.uk/efax-gtk/
PR: ports/63844
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index fa59335..1444329 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -15,6 +15,7 @@ SUBDIR += conserver-com SUBDIR += ecu SUBDIR += efax + SUBDIR += efax-gtk SUBDIR += gammu SUBDIR += garmin-utils SUBDIR += gfax |