1994-12-29 13:04:34 +00:00
|
|
|
# New ports collection makefile for: moxftp
|
|
|
|
# Version required: 2.2
|
|
|
|
# Date created: 19 December 1994
|
|
|
|
# Whom: janek
|
|
|
|
#
|
1995-05-13 09:14:05 +00:00
|
|
|
# $Id: Makefile,v 1.6 1995/04/22 12:30:11 asami Exp $
|
1995-04-15 05:42:12 +00:00
|
|
|
#
|
1994-12-29 13:04:34 +00:00
|
|
|
|
|
|
|
DISTNAME= moxftp-2.2
|
1995-04-15 05:42:12 +00:00
|
|
|
CATEGORIES+= networking
|
|
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
|
1995-02-09 18:42:18 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1995-04-15 05:42:12 +00:00
|
|
|
|
1994-12-29 13:04:34 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1995-05-13 09:14:05 +00:00
|
|
|
USE_X11= yes
|
|
|
|
STRIP=
|
1994-12-29 13:04:34 +00:00
|
|
|
|
|
|
|
# CONFIGURE_ARGS set to :
|
|
|
|
# motif - for motif version, (not tested!!!)
|
|
|
|
# athena - for athena version,
|
|
|
|
# athena3d - for athena 3 d version, (you should have installed Xaw3d!!!)
|
|
|
|
# openlook - for open look version - (not tested!!!)
|
|
|
|
# If you use athena3d uncomment DEPENDS !!!
|
|
|
|
CONFIGURE_ARGS= athena
|
|
|
|
|
|
|
|
#DEPENDS= ${PORTSDIR}/x11/Xaw3d
|
|
|
|
|
1995-05-13 09:14:05 +00:00
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/xftp
|
1995-04-22 12:30:11 +00:00
|
|
|
install -c -m 0444 ${WRKSRC}/xftp.man ${PREFIX}/man/man1/xftp.1
|
1995-05-13 09:14:05 +00:00
|
|
|
gzip -9nf ${PREFIX}/man/man1/xftp.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|