mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2d8b17ea39
With hat: portmgr
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# Created by: roam@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= histring
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= roam/misc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Highlight strings using the ANSI terminal escape sequences
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/histring
|
|
|
|
.include <bsd.port.mk>
|