1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/deskutils/x026/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

19 lines
375 B
Makefile

# Created by: Marcin Cieslak <saper@saper.info>
# $FreeBSD$
PORTNAME= x026
PORTVERSION= 1.2
CATEGORIES= deskutils
MASTER_SITES= SF/x3270/${PORTNAME}/${PORTVERSION}
MAINTAINER= saper@saper.info
COMMENT= IBM 026 Keypunch Emulator for the X Window System
USES= imake tar:tgz
USE_XORG= xaw7 xpm xt
PLIST_FILES= bin/${PORTNAME} \
man/man1/x026.1.gz
.include <bsd.port.mk>