mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# Created by: 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
|
|
|
|
USES= imake
|
|
USE_XORG= xaw7 xpm xt
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/x026.1.gz
|
|
|
|
.include <bsd.port.mk>
|