1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11/xascii/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

21 lines
447 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/
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 man/man1/xascii.1.gz
.include <bsd.port.mk>