Tweak misc/grc version 1.5
[dports.git] / misc / teseq / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       teseq
5 PORTVERSION=    1.1
6 CATEGORIES=     misc
7 MASTER_SITES=   GNU
8
9 MAINTAINER=     danilo@FreeBSD.org
10 COMMENT=        Terminal control sequence analyzer
11
12 GNU_CONFIGURE=  yes
13 USES=   gmake
14
15 INFO=   teseq
16
17 PLIST_FILES=    bin/reseq bin/teseq \
18                                 man/man1/reseq.1.gz \
19                                 man/man1/teseq.1.gz
20
21 .include <bsd.port.mk>