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>
|