blob: 764628908bdfd6fd17a40da70f7f2c89d26601ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= mxascii
PORTVERSION= 1.1
CATEGORIES= x11
MASTER_SITES= https://www.muquit.com/muquit/software/mxascii/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
COMMENT= X/Motif Display an ASCII table
WWW= https://www.muquit.com/muquit/software/mxascii/mxascii.html
USES= imake:noman motif
USE_XORG= xt x11
ALL_TARGET= mxascii
PLIST_FILES= bin/mxascii
.include <bsd.port.mk>
|