Lines 1-12
Link Here
|
1 |
# New ports collection makefile for: dejagnu |
1 |
# Created by: markm |
2 |
# Date created: 12 October 1996 |
|
|
3 |
# Whom: markm |
4 |
# |
5 |
# $FreeBSD: head/misc/dejagnu/Makefile 300896 2012-07-14 13:54:48Z beat $ |
2 |
# $FreeBSD: head/misc/dejagnu/Makefile 300896 2012-07-14 13:54:48Z beat $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= dejagnu |
4 |
PORTNAME= dejagnu |
9 |
PORTVERSION= 1.5 |
5 |
PORTVERSION= 1.5.1 |
10 |
CATEGORIES= misc tcl tk |
6 |
CATEGORIES= misc tcl tk |
11 |
MASTER_SITES= GNU |
7 |
MASTER_SITES= GNU |
12 |
|
8 |
|
Lines 14-29
Link Here
|
14 |
COMMENT= Automated program/system tester |
10 |
COMMENT= Automated program/system tester |
15 |
|
11 |
|
16 |
LICENSE= GPLv3 |
12 |
LICENSE= GPLv3 |
17 |
LICENSE_FILE= ${WRKSRC}/COPYING |
|
|
18 |
|
13 |
|
19 |
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect |
14 |
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect |
20 |
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect |
15 |
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect |
21 |
|
16 |
|
|
|
17 |
USE_TCL= yes |
22 |
USE_GMAKE= yes |
18 |
USE_GMAKE= yes |
23 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
24 |
USE_TCL= 83+ |
|
|
25 |
|
20 |
|
26 |
MAN1= runtest.1 |
21 |
MAN1= runtest.1 |
27 |
INFO= ${PORTNAME} |
22 |
INFO= ${PORTNAME} |
28 |
|
23 |
|
29 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |