freebsd-ports/x11/xascii/Makefile
Vanilla I. Shu 835726cb71 Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-09 14:48:54 +00:00

20 lines
445 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>