mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
441e151737
IBM 026 Keypunch Emulator for the X Window System. * Requires slow, deliberate typing or input will be lost (typeahead can be enabled if you insist) * Overpunches available by backspacing or holding down Alt or Meta * Tab set for FORTRAN * Automatic sequence numbers in columns 73-80 (can be disabled) * Paste X11 selection with middle mouse button * Can save deck in file, either in ASCII or in Douglas Jones's standard format * Can select from several card and keypunch types WWW: http://x3270.bgp.nu/x026.html PR: ports/151717 Submitted by: Marcin Cieslak <saper at saper.info>
24 lines
456 B
Makefile
24 lines
456 B
Makefile
# New ports collection makefile for: x026
|
|
# Date created: 2010-10-23
|
|
# Whom: Marcin Cieslak <saper@saper.info>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x026
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF/x3270/${PORTNAME}/${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= saper@saper.info
|
|
COMMENT= IBM 026 Keypunch Emulator for the X Window System
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xaw7 xpm xt
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|