1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/ftp/moxftp/Makefile
Justin M. Seger c15b3bdfae Mark BROKEN for ELF:
cc -O -I. -DAPP_RES=\"/usr/X11R6/lib/X11/app-defaults/Mftp\" -DNET_RC=\"/usr/X11R6/lib/X11/app-defaults/example.netrc\"   -DRETSIGTYPE=void -DMOTIF -I/usr/X11R6/include -DHAVE_UNISTD_H=1 -D_NO_PROTO  -c List.c
List.c: In function `ListFocusIn':
List.c:406: warning: passing arg 1 of `_XmPrimitiveFocusIn' from incompatible pointer type
List.c:406: too few arguments to function `_XmPrimitiveFocusIn'
List.c: In function `ListFocusOut':
List.c:421: warning: passing arg 1 of `_XmPrimitiveFocusOut' from incompatible pointer type
List.c:421: too few arguments to function `_XmPrimitiveFocusOut'
1998-10-13 23:04:41 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection makefile for: moxftp
# Version required: 2.2
# Date created: 19 December 1994
# Whom: janek
#
# $Id: Makefile,v 1.19 1998/09/21 01:35:32 steve Exp $
#
DISTNAME= moxftp-2.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.pacbell.com/X11/contrib/applications/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.ORG
BROKEN_ELF= yes
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
MAN1= ${PROGRAM_NAME}.1
PLIST_SUB= PROGRAM_NAME=${PROGRAM_NAME} RESOURCE_NAME=${RESOURCE_NAME}
STRIP=
# 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 LIB_DEPENDS !!!
.if defined(HAVE_MOTIF)
CONFIGURE_ARGS= motif
PROGRAM_NAME=mftp
RESOURCE_NAME=Mftp
.else
CONFIGURE_ARGS= athena
PROGRAM_NAME=xftp
RESOURCE_NAME=Xftp
.endif
#LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
post-install:
@strip ${PREFIX}/bin/${PROGRAM_NAME}
@${INSTALL_MAN} ${WRKSRC}/${PROGRAM_NAME}.man ${PREFIX}/man/man1/${PROGRAM_NAME}.1
.include <bsd.port.mk>