1994-12-29 08:04:34 -05:00
|
|
|
# New ports collection makefile for: moxftp
|
|
|
|
# Date created: 19 December 1994
|
|
|
|
# Whom: janek
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1995-04-15 01:42:12 -04:00
|
|
|
#
|
1994-12-29 08:04:34 -05:00
|
|
|
|
2000-04-12 01:31:29 -04:00
|
|
|
PORTNAME= moxftp
|
|
|
|
PORTVERSION= 2.2
|
1999-08-02 06:44:03 -04:00
|
|
|
CATEGORIES= ftp
|
1999-03-24 12:38:00 -05:00
|
|
|
MASTER_SITES= ftp://metalab.unc.edu/pub/X11/contrib/applications/ \
|
|
|
|
ftp://ftp.inria.fr/X/contrib-R5/applications/ \
|
|
|
|
ftp://ftp.tk.mesh.ad.jp/pub/X/contrib/applications/
|
1995-02-09 13:42:18 -05:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1995-04-15 01:42:12 -04:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-08-19 00:16:15 -04:00
|
|
|
|
1999-05-02 18:26:03 -04:00
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1998-08-05 05:31:52 -04:00
|
|
|
USE_X_PREFIX= yes
|
1996-11-30 20:23:27 -05:00
|
|
|
MAN1= ${PROGRAM_NAME}.1
|
1998-08-18 19:23:02 -04:00
|
|
|
PLIST_SUB= PROGRAM_NAME=${PROGRAM_NAME} RESOURCE_NAME=${RESOURCE_NAME}
|
1998-08-19 00:16:15 -04:00
|
|
|
STRIP=
|
1994-12-29 08:04:34 -05: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!!!)
|
1996-10-15 14:25:56 -04:00
|
|
|
# If you use athena3d uncomment LIB_DEPENDS !!!
|
1996-10-11 16:36:10 -04:00
|
|
|
.if defined(HAVE_MOTIF)
|
|
|
|
CONFIGURE_ARGS= motif
|
|
|
|
PROGRAM_NAME=mftp
|
|
|
|
RESOURCE_NAME=Mftp
|
|
|
|
.else
|
1994-12-29 08:04:34 -05:00
|
|
|
CONFIGURE_ARGS= athena
|
1996-10-11 16:36:10 -04:00
|
|
|
PROGRAM_NAME=xftp
|
|
|
|
RESOURCE_NAME=Xftp
|
|
|
|
.endif
|
1994-12-29 08:04:34 -05:00
|
|
|
|
1995-05-13 05:14:05 -04:00
|
|
|
post-install:
|
1996-11-30 20:23:27 -05:00
|
|
|
@strip ${PREFIX}/bin/${PROGRAM_NAME}
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/${PROGRAM_NAME}.man ${PREFIX}/man/man1/${PROGRAM_NAME}.1
|
1996-10-11 16:36:10 -04:00
|
|
|
|
1995-05-13 05:14:05 -04:00
|
|
|
.include <bsd.port.mk>
|