mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Make this thing compile and install.
This commit is contained in:
parent
d1f753e2c4
commit
13e281f1c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1715
@ -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>
|
||||
|
1
ftp/moxftp/distinfo
Normal file
1
ftp/moxftp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (moxftp-2.2.tar.Z) = 533d09e58bad604b2c3b9319bb58d2ef
|
11
ftp/moxftp/files/patch-ad
Normal file
11
ftp/moxftp/files/patch-ad
Normal file
@ -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`
|
Loading…
Reference in New Issue
Block a user