1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11/xascii/Makefile
Jimmy Olgeni dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00

21 lines
444 B
Makefile

# Created by: Cy Schubert <cy@FreeBSD.org>
# $FreeBSD$
PORTNAME= xascii
PORTVERSION= 1.0
CATEGORIES= x11
MASTER_SITES= http://komquats.com/distfiles/ \
http://people.freebsd.org/~cy/distfiles/
WRKSRC= ${WRKDIR}
MAINTAINER= cy@FreeBSD.org
COMMENT= Display an ASCII table in decimal, octal, and hexadecimal
MAKE_ARGS+= PREFIX=${PREFIX}
USES= imake
USE_XORG= x11 xt xaw
PLIST_FILES= bin/xascii man/man1/xascii.1.gz
.include <bsd.port.mk>