1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/xascii/Makefile
2024-01-10 17:27:53 +01:00

19 lines
413 B
Makefile

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