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