summaryrefslogtreecommitdiff
path: root/ftp/llnlxftp/Makefile
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1997-11-10 05:02:31 +0000
committerDima Ruban <dima@FreeBSD.org>1997-11-10 05:02:31 +0000
commit67c13248a41c5d650078be76882bb4bf899b8f83 (patch)
treec19a041db89303cd8b5bde512ebf096c960d644f /ftp/llnlxftp/Makefile
parentLLNL XDIR (motif ftp client) (diff)
LLNL XFTP - yet another motif ftp client.
Notes
Notes: svn path=/head/; revision=8544
Diffstat (limited to 'ftp/llnlxftp/Makefile')
-rw-r--r--ftp/llnlxftp/Makefile22
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>