summaryrefslogtreecommitdiff
path: root/ftp/llnlxdir/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-07-17 20:35:42 +0000
committerCy Schubert <cy@FreeBSD.org>2011-07-17 20:35:42 +0000
commitb3282f1e9e5c9c98dc415c818c230f3a741a69d3 (patch)
tree361459443efbebbbd3bdc49f42c9642739560182 /ftp/llnlxdir/Makefile
parentBring back ftp/llnlxdir and ftp/llnlxftp back from the dead. (diff)
Bring this port back from the dead and assume maintainership of it.
Notes
Notes: svn path=/head/; revision=277869
Diffstat (limited to 'ftp/llnlxdir/Makefile')
-rw-r--r--ftp/llnlxdir/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile
new file mode 100644
index 000000000000..1eab4636fb85
--- /dev/null
+++ b/ftp/llnlxdir/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: llnlxdir
+# Date created: 9 November 1997
+# Whom: Dima Ruban <dima@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= llnlxdir
+PORTVERSION= 2.1.2
+PORTREVISION= 2
+CATEGORIES= ftp
+MASTER_SITES= https://computing.llnl.gov/resources/xdir/
+DISTNAME= llnlxdir2_1_2
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= cy@FreeBSD.org
+COMMENT= Motif FTP client with drag-and-drop file transfer
+
+PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir
+MAN1= xdir.1
+
+WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources
+USE_MOTIF= yes
+USE_IMAKE= yes
+USE_XORG= ice sm x11 xext xp xt
+
+.include <bsd.port.mk>