blob: 576b006d6ad3dade2d8a7116dbe4bc024c94c163 (
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= ports@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>
|