freebsd-ports/x11/x3270/Makefile

39 lines
968 B
Makefile
Raw Normal View History

# New ports collection makefile for: x3270
# Date created: 31 January 1995
# Whom: janek
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= x3270
PORTVERSION= 3.1.1.6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= volf@oasis.IAEhv.nl
USE_IMAKE= yes
1995-05-13 12:11:51 +02:00
1998-11-17 04:22:30 +01:00
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
WRKSRC= ${WRKDIR}/x3270-3.1.1
MAN1= x3270.1 x3270if.1 x3270-script.1 ibm_hosts.1
MANCOMPRESSED= yes
1998-11-17 04:22:30 +01: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
.include <bsd.port.post.mk>