aboutsummaryrefslogtreecommitdiffstats
path: root/misc/teseq/Makefile
blob: 614a0749cc70c2477517d958720de1c0e61bcc57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   teseq
PORTVERSION=    1.1
CATEGORIES= misc
MASTER_SITES=   GNU

MAINTAINER= danilo@FreeBSD.org
COMMENT=    Terminal control sequence analyzer

GNU_CONFIGURE=  yes
USES=   gmake

INFO=   teseq

PLIST_FILES=    bin/reseq bin/teseq \
                man/man1/reseq.1.gz \
                man/man1/teseq.1.gz

.include <bsd.port.mk>