08f3f33f43
This is a GTK2 based tool, similar to send-pr(1), but with some nice features: o User friendly UI o Uses libesmtp to deliver mail to any SMTP server o Really free code (BSD licensed)
15 lines
416 B
Text
15 lines
416 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/12/13 18:09:37 xtraeme Exp $
|
|
|
|
--- Makefile.orig 2003-11-26 17:13:02.000000000 +0100
|
|
+++ Makefile 2003-11-26 17:13:53.000000000 +0100
|
|
@@ -20,6 +20,9 @@
|
|
all: $(OBJECTS)
|
|
$(CC) $(LDFLAGS) -o gtk-send-pr $(OBJECTS)
|
|
|
|
+install:
|
|
+ ${BSD_INSTALL_PROGRAM} gtk-send-pr ${PREFIX}/bin
|
|
+ ${BSD_INSTALL_MAN} gtk-send-pr.1 ${PREFIX}/man/man1
|
|
+
|
|
clean:
|
|
rm -f *.o gtk-send-pr gtk-send-pr.core
|
|
-
|