1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/dejagnu/Makefile

24 lines
412 B
Makefile
Raw Normal View History

# New ports collection makefile for: dejagnu
# Date created: 12 October 1996
# Whom: markm
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
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>