ports/x11/xascii/Makefile
Cy Schubert 84b2034bcc */* (my ports): Use my cschubert.com address
Use my cschubert.com address instead of my komquats.com.
2025-01-02 10:48:49 -08:00

18 lines
382 B
Makefile

PORTNAME= xascii
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://cschubert.com/distfiles/ \
LOCAL/cy
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>