summaryrefslogtreecommitdiff
path: root/net/gftp/Makefile
diff options
context:
space:
mode:
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"