blob: 6cf0d2c3ba2c8868fb263fec5c5577e5e18ee379 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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}
MAN1= ${PORTNAME}.1
NO_STAGE= yes
.include <bsd.port.mk>
|