diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:38:52 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:38:52 +0000 |
| commit | 6be39ed2fe64c8290c7317408bcfff2d5c9fe01a (patch) | |
| tree | 1f0fae9d8f47bfb6bf6fc113e5f7370752c87be1 /ftp/gftp/Makefile | |
| parent | 6eed2934817363f6cd02d639df7859b67a9aaca3 (diff) | |
Import of gftp version 1.13.
A free multithreaded GTK based ftp client.
PR: 10187
Submitted by: Damjan Marion <dmarion@open.hr>
Diffstat (limited to 'ftp/gftp/Makefile')
| -rw-r--r-- | ftp/gftp/Makefile | 23 |
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> |
