aboutsummaryrefslogtreecommitdiff
path: root/x11/mxascii/Makefile
blob: bae15408085ddf5062a8c0737b1556489e5ee16c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Cy SChubert <cy@FreeBSD.org>
# $FreeBSD$

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>