mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
20 lines
375 B
Makefile
20 lines
375 B
Makefile
# Created by: Cy SChubert <cy@FreeBSD.org>
|
|
|
|
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
|
|
|
|
USES= imake:noman motif
|
|
USE_XORG= xt x11
|
|
|
|
ALL_TARGET= mxascii
|
|
|
|
PLIST_FILES= bin/mxascii
|
|
|
|
.include <bsd.port.mk>
|