summaryrefslogtreecommitdiff
path: root/ftp/moxftp/Makefile
blob: 63e90c2651185337879d778820f3706b8d8fd10e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:	moxftp
# Version required:	2.2
# Date created:		19 December 1994
# Whom:			janek
#
# $Id: Makefile,v 1.13 1997/10/28 18:12:43 jseger Exp $
#

DISTNAME=	moxftp-2.2
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.pacbell.com/X11/contrib/applications/
EXTRACT_SUFX=	.tar.Z

HAS_CONFIGURE=	yes
USE_X11=	yes
STRIP=
MAN1=		${PROGRAM_NAME}.1

# 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/Xaw3d

.if !defined (NOMANCOMPRESS)
  GZIP_EXT=.gz
.else
  GZIP_EXT=
.endif

pre-install:
	sed -e 's,@PROGRAM_NAME@,${PROGRAM_NAME},' \
	    -e 's,@RESOURCE_NAME@,${RESOURCE_NAME},' \
	    -e 's,@GZIP_EXT@,${GZIP_EXT},' pkg/PLIST.in >pkg/PLIST

post-install:
	@strip ${PREFIX}/bin/${PROGRAM_NAME}
	@${INSTALL_MAN} ${WRKSRC}/${PROGRAM_NAME}.man ${PREFIX}/man/man1/${PROGRAM_NAME}.1

pre-clean:
	@${RM} -f pkg/PLIST

.include <bsd.port.mk>