1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/dejagnu/Makefile
2000-04-14 08:49:30 +00:00

24 lines
412 B
Makefile

# New ports collection makefile for: dejagnu
# Date created: 12 October 1996
# Whom: markm
#
# $FreeBSD$
#
PORTNAME= dejagnu
PORTVERSION= 1.3
CATEGORIES= misc tk80
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= dejagnu
MAINTAINER= markm@FreeBSD.org
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu
GNU_CONFIGURE= yes
STRIP=
MAN1= runtest.1
.include <bsd.port.mk>