mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
e9a2c0a4b1
Approved by: portmgr@ (implicit)
26 lines
519 B
Makefile
26 lines
519 B
Makefile
# New ports collection makefile for: xascii
|
|
# Date created: 10 April 2012
|
|
# Whom: 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}
|
|
USE_IMAKE= YES
|
|
USE_XORG= x11 xt xaw
|
|
MAN1= xascii.1
|
|
PLIST_FILES= bin/xascii
|
|
|
|
.include <bsd.port.mk>
|