22 lines
377 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.40 2019/07/12 20:44:07 sthen Exp $
COMMENT= framework to test programs
1998-01-30 00:42:57 +00:00
2015-06-03 07:13:48 +00:00
DISTNAME= dejagnu-1.5.3
1998-01-30 00:42:57 +00:00
CATEGORIES= devel
2002-05-13 18:50:36 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
2013-11-09 23:19:01 +00:00
HOMEPAGE= https://www.gnu.org/software/dejagnu/
1998-01-30 00:42:57 +00:00
# GPLv3+
PERMIT_PACKAGE= Yes
2000-02-12 08:02:07 +00:00
BUILD_DEPENDS= lang/expect
RUN_DEPENDS= lang/expect
2008-10-28 13:05:45 +00:00
2015-06-03 07:13:48 +00:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
1998-01-30 00:42:57 +00:00
.include <bsd.port.mk>