aboutsummaryrefslogtreecommitdiffstats
path: root/misc/teseq/Makefile
blob: 18bec87f91c880a620fd97c11b19c7d45b6ba50f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    teseq
# Date created:     2008-09-17
# Whom:         Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

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

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

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

INFO=   teseq
MAN1=   reseq.1 teseq.1

PLIST_FILES=    bin/reseq bin/teseq \
        libexec/teseq-post.sed

.include <bsd.port.mk>