2008-10-02 16:34:39 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2008/10/02 20:35:10 simon Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2004-08-10 04:10:13 -04:00
|
|
|
SHARED_ONLY= Yes
|
2001-03-27 03:49:13 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= GNU Readline Library Wrapper Module
|
2001-03-27 03:49:13 -05:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
MODULES= cpan
|
2006-10-19 03:27:34 -04:00
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.16
|
2008-10-02 16:34:39 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2006-11-29 03:23:29 -05:00
|
|
|
CATEGORIES= devel
|
2001-03-27 03:49:13 -05:00
|
|
|
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 19:11:03 -05:00
|
|
|
WANTLIB= readline termcap
|
2001-03-27 03:49:13 -05:00
|
|
|
|
2001-10-25 18:34:48 -04:00
|
|
|
# This regression test wants an X11 display
|
|
|
|
REGRESS_DEPENDS= :p5-Tk-*:x11/p5-Tk
|
2008-01-04 13:38:51 -05:00
|
|
|
REGRESS_FLAGS= TERM=${TERM} DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
2001-10-25 18:34:48 -04:00
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
|
2002-08-09 06:22:47 -04:00
|
|
|
pre-regress:
|
|
|
|
.for t in TERM DISPLAY XAUTHORITY
|
|
|
|
.if !defined($t)
|
|
|
|
@echo "$t needs to be set to run regress"; exit 1
|
|
|
|
.endif
|
|
|
|
.endfor
|
2001-10-25 18:34:48 -04:00
|
|
|
|
2001-03-27 03:49:13 -05:00
|
|
|
.include <bsd.port.mk>
|