2013-06-28 11:51:05 +00:00
|
|
|
# Created by: Cy Schubert <cy@FreeBSD.org>
|
2012-04-10 20:26:24 +00:00
|
|
|
# $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
|
2012-07-28 15:57:55 +00:00
|
|
|
COMMENT= Display an ASCII table in decimal, octal, and hexadecimal.
|
2012-04-10 20:26:24 +00:00
|
|
|
|
|
|
|
MAKE_ARGS+= PREFIX=${PREFIX}
|
2013-06-28 11:51:05 +00:00
|
|
|
USES= imake
|
2012-04-16 03:30:35 +00:00
|
|
|
USE_XORG= x11 xt xaw
|
2014-01-09 14:48:54 +00:00
|
|
|
PLIST_FILES= bin/xascii man/man1/xascii.1.gz
|
2012-04-10 20:26:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|