2000-04-12 15:45:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2000/04/12 19:45:51 turan Exp $
|
1998-01-29 19:42:57 -05:00
|
|
|
|
|
|
|
DISTNAME= dejagnu-1.3
|
|
|
|
CATEGORIES= devel
|
2000-03-24 18:28:01 -05:00
|
|
|
NEED_VERSION= 1.230
|
2000-04-09 13:35:57 -04:00
|
|
|
FAKE=No
|
1998-01-29 19:42:57 -05:00
|
|
|
|
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
|
2000-02-12 03:02:07 -05:00
|
|
|
LICENSE_TYPE= GPL
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
1998-10-08 14:21:00 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-03-06 19:14:40 -05:00
|
|
|
MASTER_SITE_SUBDIR= dejagnu
|
1998-10-08 14:21:00 -04:00
|
|
|
|
2000-03-24 18:28:01 -05:00
|
|
|
BUILD_DEPENDS= expect::lang/expect
|
2000-04-12 15:45:51 -04:00
|
|
|
LIB_DEPENDS= tk83.1.3:x11/tk/8.3
|
1998-01-29 19:42:57 -05:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
GNU_CONFIGURE= Yes
|
2000-04-12 15:45:51 -04:00
|
|
|
CONFIGURE_ARGS= --with-tclinclude=${PREFIX}/include/tcl8.3/generic \
|
|
|
|
--with-tkinclude=${PREFIX}/include/tk8.3/generic
|
1998-01-29 19:42:57 -05:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@rm -rf ${WRKSRC}/{expect,tcl}
|
|
|
|
|
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC}; ${MAKE} info
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
cd ${WRKSRC}; ${MAKE} install-info
|
|
|
|
@install-info ${PREFIX}/info/dejagnu.info ${PREFIX}/info/dir
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|