mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
fbc06e4df6
- Single space for WWW in pkg-descr - Ordering if of items in Makefile - Trim headers - Comment should not begin with leading article - Pet portlint
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>
|