1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/misc/teseq/Makefile
Danilo Egea Gondolfo f7523cdfa7 - Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES
- Add stage support

Approved by:	wg (mentor)
2013-09-29 23:31:56 +00:00

22 lines
358 B
Makefile

# 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>