mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2f5f7c51db
PR: ports/167353 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
30 lines
507 B
Makefile
30 lines
507 B
Makefile
# New ports collection makefile for: dejagnu
|
|
# Date created: 12 October 1996
|
|
# Whom: markm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dejagnu
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= misc tcl tk
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Automated program/system tester
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
|
|
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TCL= 83+
|
|
|
|
MAN1= runtest.1
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|