summaryrefslogtreecommitdiff
path: root/x11/x3270/Makefile
blob: 81492ea94d97ae67050dc5c0dcbd80cb32c678a1 (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
# New ports collection makefile for:	x3270
# Version required:	3.1.1.6
# Date created:		31 January 1995
# Whom:			janek
#
# $Id: Makefile,v 1.10 1997/10/15 20:23:40 max Exp $
#

DISTNAME=	x3270-3.1.1.6
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	applications

MAINTAINER=     volf@oasis.IAEhv.nl

WRKSRC=		${WRKDIR}/x3270-3.1.1
USE_IMAKE=	yes
MAN1=		x3270.1 x3270if.1 x3270-script.1 ibm_hosts.1
MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

pre-install:
.if !exists(${X11BASE}/lib/X11/fonts/local)
	@${ECHO} "*********************************************************"
	@${ECHO} "Please update your XFree86 to version 3.3.3 or later"
	@${ECHO} "or add ${X11BASE}/lib/X11/fonts/local to your font path"
	@${ECHO} "in /etc/XF86Config."
	@${ECHO} "*********************************************************"
.endif

.include <bsd.port.post.mk>