summaryrefslogtreecommitdiff
path: root/ftp/gftp/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-03 01:38:52 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-03 01:38:52 +0000
commit6be39ed2fe64c8290c7317408bcfff2d5c9fe01a (patch)
tree1f0fae9d8f47bfb6bf6fc113e5f7370752c87be1 /ftp/gftp/Makefile
parentActivate the zh-telnet port. (diff)
Import of gftp version 1.13.
A free multithreaded GTK based ftp client. PR: 10187 Submitted by: Damjan Marion <dmarion@open.hr>
Notes
Notes: svn path=/head/; revision=17591
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r--ftp/gftp/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
new file mode 100644
index 000000000000..1deb8b939764
--- /dev/null
+++ b/ftp/gftp/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gftp
+# Version required: 1.13
+# Date Created: 21 Feb 1999
+# Whom: Damjan Marion <dmarion@open.hr>
+#
+# $Id$
+#
+
+DISTNAME= gftp-1.13
+CATEGORIES= net
+MASTER_SITES= http://www.newwave.net/~masneyb/
+
+MAINTAINER= dmarion@open.hr
+
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
+
+USE_AUTOCONF= yes
+USE_X_PREFIX= yes
+
+post-install:
+ strip ${PREFIX}/bin/gftp
+
+.include <bsd.port.mk>