summaryrefslogtreecommitdiff
path: root/net/gftp/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-05-14 17:26:53 +0000
committerrh <rh@pkgsrc.org>2001-05-14 17:26:53 +0000
commit84dcd19c4648a0e31a57af128a6a3168cf34138d (patch)
tree3b6f7a2177c3ddfb67196f88e068557d019598ee /net/gftp/Makefile
parent64f8906786449fe563ddd6447ba6b4345e8f9e28 (diff)
downloadpkgsrc-84dcd19c4648a0e31a57af128a6a3168cf34138d.tar.gz
Initial import of gftp-2.0.7.1, a graphical FTP client using gtk+. This
package was provided in PR pkg/12006 by Jared D. McNeill <jmcneill@invisible.yi.org> and modified by me to compensate for non-preemptive threading. This also closes PR pkg/12936 by Martti Kuparinen <martti.kuparinen@iki.fi>
Diffstat (limited to 'net/gftp/Makefile')
-rw-r--r--net/gftp/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile
new file mode 100644
index 00000000000..6809042e488
--- /dev/null
+++ b/net/gftp/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 17:26:53 rh Exp $
+
+DISTNAME= gftp-2.0.7b
+PKGNAME= gftp-2.0.7.1
+CATEGORIES= net
+MASTER_SITES= http://gftp.seul.org/
+
+MAINTAINER= jmcneill@invisible.yi.org
+HOMEPAGE= http://gftp.seul.org/
+COMMENT= multithreaded ftp client for *NIX based machines running X11R6
+
+DEPENDS+= gtk+>=1.2.3:../../x11/gtk
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}"
+
+.include "../../mk/bsd.pkg.mk"