freebsd-ports/deskutils/x026/Makefile
Niclas Zeising 366790689c Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
2019-11-04 22:20:30 +00:00

19 lines
380 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 xorg
USE_XORG= xaw7 xpm xt
PLIST_FILES= bin/${PORTNAME} \
man/man1/x026.1.gz
.include <bsd.port.mk>