blob: cfc23d3fe5c54b1b4727813c2f6dd3b82cbcf39d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: histring
# Date created: 26 October 2000
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= histring
PORTVERSION= 1.1.0
CATEGORIES= misc
MASTER_SITES= # disappeared
BROKEN= "mastersite disappeared"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2005-12-11
MAINTAINER= roam@FreeBSD.org
COMMENT= A tool to highlight strings using the ANSI terminal escape sequences
GNU_CONFIGURE= yes
PLIST_FILES= bin/histring
.include <bsd.port.mk>
|