25 lines
430 B
Makefile
25 lines
430 B
Makefile
# 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>
|