openbsd-ports/misc/teseq/Makefile
naddy 162fba0b57 Import GNU teseq 1.0.0.
GNU Teseq is a tool for analyzing files that contain control characters
and terminal control sequences. It is intended to be useful for diagnosing
terminal emulators, and programs that make heavy use of terminal
features (such as those based on the Curses library).
2008-10-28 14:04:43 +00:00

35 lines
690 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/10/28 14:04:43 naddy Exp $
COMMENT= analyze terminal control sequences
DISTNAME= teseq-1.0.0
CATEGORIES= misc
HOMEPAGE= http://www.gnu.org/software/teseq/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=teseq/}
# enable extended regression tests
FLAVORS= regress
FLAVOR?=
WANTLIB= c
CONFIGURE_STYLE=gnu
MAKE_FLAGS= AM_CFLAGS=""
.if ${FLAVOR:L:Mregress}
BUILD_DEPENDS= ::devel/check
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.endif
.include <bsd.port.mk>