freebsd-ports/misc/teseq/Makefile

22 lines
412 B
Makefile
Raw Normal View History

PORTNAME= teseq
2015-08-26 04:56:32 +02:00
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= GNU
2021-05-18 22:16:47 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Terminal control sequence analyzer
WWW= https://www.gnu.org/software/teseq/
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
2015-08-26 04:56:32 +02:00
USES= gmake perl5
INFO= teseq
PLIST_FILES= bin/reseq bin/teseq \
share/man/man1/reseq.1.gz \
share/man/man1/teseq.1.gz
.include <bsd.port.mk>