diff options
author | roam <roam@FreeBSD.org> | 2000-11-26 22:24:04 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-11-26 22:24:04 +0800 |
commit | 6e74521b9d280f54cf3429a2364009470fbc1be4 (patch) | |
tree | c5ccfa7013cf649f6e699c463cb189197db268cf /misc/histring/Makefile | |
parent | e56f595e76a92274642ed049324b4d719419a362 (diff) | |
download | freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.tar.gz freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.tar.zst freebsd-ports-gnome-6e74521b9d280f54cf3429a2364009470fbc1be4.zip |
A tool to highlight strings using the ANSI terminal escape sequences.
PR: 22085
Reviewed by: kris
Diffstat (limited to 'misc/histring/Makefile')
-rw-r--r-- | misc/histring/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile new file mode 100644 index 000000000000..9a649ca1b17a --- /dev/null +++ b/misc/histring/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: histring +# Date created: 26 October 2000 +# Whom: roam@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= histring +PORTVERSION= 1.0.0 +CATEGORIES= misc +MASTER_SITES= http://www.gusnet.cx/proj/histring/ + +MAINTAINER= roam@FreeBSD.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |