summaryrefslogtreecommitdiff
path: root/ftp/moxftp
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-13 09:14:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-13 09:14:05 +0000
commit13e281f1c0de0b1d53c6f7b6719e3716bb6a2692 (patch)
tree7618d2c42d88189761e65c42db6f10d30fe7b281 /ftp/moxftp
parentAdd maxima to "restricted" (license required). (diff)
Make this thing compile and install.
Notes
Notes: svn path=/head/; revision=1715
Diffstat (limited to 'ftp/moxftp')
-rw-r--r--ftp/moxftp/Makefile15
-rw-r--r--ftp/moxftp/distinfo1
-rw-r--r--ftp/moxftp/files/patch-ad11
3 files changed, 20 insertions, 7 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile
index ef1150754cb9..5761ecfd557c 100644
--- a/ftp/moxftp/Makefile
+++ b/ftp/moxftp/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 December 1994
# Whom: janek
#
-# $Id: Makefile,v 1.5 1995/04/17 07:59:05 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/22 12:30:11 asami Exp $
#
DISTNAME= moxftp-2.2
@@ -12,7 +12,8 @@ MASTER_SITES= ftp://ftp.x.org/contrib/applications/
EXTRACT_SUFX= .tar.Z
HAS_CONFIGURE= yes
-PREFIX= /usr/X11R6
+USE_X11= yes
+STRIP=
# CONFIGURE_ARGS set to :
# motif - for motif version, (not tested!!!)
@@ -24,9 +25,9 @@ CONFIGURE_ARGS= athena
#DEPENDS= ${PORTSDIR}/x11/Xaw3d
-.include <bsd.port.mk>
-
-do-install:
- mkdir -p ${PREFIX}/man/man1
+post-install:
+ strip ${PREFIX}/bin/xftp
install -c -m 0444 ${WRKSRC}/xftp.man ${PREFIX}/man/man1/xftp.1
- gzip -9n ${PREFIX}/man/man1/xftp.1
+ gzip -9nf ${PREFIX}/man/man1/xftp.1
+
+.include <bsd.port.mk>
diff --git a/ftp/moxftp/distinfo b/ftp/moxftp/distinfo
new file mode 100644
index 000000000000..82b8598e4197
--- /dev/null
+++ b/ftp/moxftp/distinfo
@@ -0,0 +1 @@
+MD5 (moxftp-2.2.tar.Z) = 533d09e58bad604b2c3b9319bb58d2ef
diff --git a/ftp/moxftp/files/patch-ad b/ftp/moxftp/files/patch-ad
new file mode 100644
index 000000000000..169bfb05a4a5
--- /dev/null
+++ b/ftp/moxftp/files/patch-ad
@@ -0,0 +1,11 @@
+--- ./configure.org Mon Mar 21 13:43:36 1994
++++ ./configure Sat May 13 01:20:26 1995
+@@ -321,7 +321,7 @@
+ cd conftestdir
+ cat > Imakefile <<EOF
+ acfindx:
+- @echo "x_includes=$(INCROOT); x_libraries=$(USRLIBDIR)"
++ @echo "x_includes=\$(INCROOT); x_libraries=\$(USRLIBDIR)"
+ EOF
+ if xmkmf >/dev/null 2>/dev/null && test -f Makefile; then
+ eval `make acfindx`