diff options
author | dima <dima@FreeBSD.org> | 1997-11-10 13:02:31 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1997-11-10 13:02:31 +0800 |
commit | a8bd21c47b5ef5d84b7c4e930e2e56fe436d74b7 (patch) | |
tree | 06afb7f219c890806e66676f17b1c89858b6a597 /ftp/llnlxftp/Makefile | |
parent | 21fa0d3e4bae9b71e4ac7c8dc4af215a93c5f9d6 (diff) | |
download | freebsd-ports-gnome-a8bd21c47b5ef5d84b7c4e930e2e56fe436d74b7.tar.gz freebsd-ports-gnome-a8bd21c47b5ef5d84b7c4e930e2e56fe436d74b7.tar.zst freebsd-ports-gnome-a8bd21c47b5ef5d84b7c4e930e2e56fe436d74b7.zip |
LLNL XFTP - yet another motif ftp client.
Diffstat (limited to 'ftp/llnlxftp/Makefile')
-rw-r--r-- | ftp/llnlxftp/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile new file mode 100644 index 000000000000..994de8f535bc --- /dev/null +++ b/ftp/llnlxftp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: llnlxftp +# Version required: 2.1 +# Date created: 9 November 1997 +# +# Whom: Dima Ruban <dima@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= latest_xftp +PKGNAME= llnlxftp-2.1 +CATEGORIES= x11 net +MASTER_SITES= ftp://k2.llnl.gov/pub/ia/llnlxftp/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= dima@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/llnlxftp2.1/sources +REQUIRES_MOTIF= yes +USE_IMAKE= yes + +.include <bsd.port.mk> |