mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
19 lines
310 B
Makefile
19 lines
310 B
Makefile
# Created by: roam@FreeBSD.org
|
|
|
|
PORTNAME= histring
|
|
DISTVERSION= 1.1.1-1
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= uzsolt@uzsolt.hu
|
|
COMMENT= Highlight strings using the ANSI terminal escape sequences
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= suntong
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/histring
|
|
|
|
.include <bsd.port.mk>
|