1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/misc/teseq/Makefile

22 lines
362 B
Makefile
Raw Normal View History

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= teseq
2015-08-26 02:56:32 +00:00
PORTVERSION= 1.1.1
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= danilo@FreeBSD.org
COMMENT= Terminal control sequence analyzer
GNU_CONFIGURE= yes
2015-08-26 02:56:32 +00:00
USES= gmake perl5
INFO= teseq
PLIST_FILES= bin/reseq bin/teseq \
2015-08-26 02:56:32 +00:00
man/man1/reseq.1.gz \
man/man1/teseq.1.gz
.include <bsd.port.mk>