1994-12-29 13:07:57 +00:00
|
|
|
# New ports collection makefile for: x3270
|
1995-02-01 10:58:40 +00:00
|
|
|
# Date created: 31 January 1995
|
1994-12-29 13:07:57 +00:00
|
|
|
# Whom: janek
|
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1995-04-12 20:32:12 +00:00
|
|
|
#
|
1994-12-29 13:07:57 +00:00
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= x3270
|
2005-04-14 15:21:50 +00:00
|
|
|
PORTVERSION= 3.3.4
|
2004-12-16 09:07:41 +00:00
|
|
|
CATEGORIES= x11 net
|
|
|
|
MASTER_SITES= http://x3270.bgp.nu/download/
|
2005-04-14 15:21:50 +00:00
|
|
|
DISTNAME= ${PORTNAME}-334
|
2004-12-16 09:07:41 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-12 20:32:12 +00:00
|
|
|
|
2005-02-17 10:32:23 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:08:24 +00:00
|
|
|
COMMENT= 3270 Terminal emulator
|
1994-12-29 13:07:57 +00:00
|
|
|
|
2004-07-23 19:10:32 +00:00
|
|
|
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
|
|
|
|
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
|
1998-11-17 03:22:30 +00:00
|
|
|
|
2004-07-23 19:10:32 +00:00
|
|
|
USE_IMAKE= yes
|
2004-12-16 09:07:41 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --without-pr3287 --with-fontdir=local --disable-dbcs
|
|
|
|
.if defined(WITHOUT_OPENSSL)
|
|
|
|
CONFIGURE_ARGS+= --disable-ssl
|
|
|
|
.else
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
.endif
|
2000-09-12 13:04:00 +00:00
|
|
|
|
2004-12-16 09:07:41 +00:00
|
|
|
WRKSRC= ${WRKDIR}/x3270-3.3
|
2005-04-14 15:21:50 +00:00
|
|
|
MAN1= x3270.1 x3270if.1 x3270-script.1
|
|
|
|
MAN5= ibm_hosts.5
|
|
|
|
#MANCOMPRESSED= yes
|
2000-09-12 13:04:00 +00:00
|
|
|
|
1998-11-17 03:22:30 +00:00
|
|
|
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
|
|
|
|
|
2005-04-14 15:21:50 +00:00
|
|
|
post-install:
|
2006-03-22 13:20:21 +00:00
|
|
|
${GZIP_CMD} ${MAN1PREFIX}/man/man1/x3270if.1
|
|
|
|
${GZIP_CMD} ${MAN1PREFIX}/man/man1/x3270-script.1
|
|
|
|
${GZIP_CMD} ${MAN5PREFIX}/man/man5/ibm_hosts.5
|
2005-04-14 15:21:50 +00:00
|
|
|
|
2004-07-23 19:10:32 +00:00
|
|
|
.include <bsd.port.mk>
|