openbsd-ports/misc/rlwrap/Makefile

29 lines
641 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/09/15 23:54:17 merdely Exp $
COMMENT= generic readline wrapper for various programs
DISTNAME= rlwrap-0.28
CATEGORIES= misc
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
HOMEPAGE= http://utopia.knoware.nl/~hlub/uck/rlwrap/
MAINTAINER= Deanna Phillips <deanna@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c curses readline util
CONFIGURE_STYLE= gnu
REGRESS_IS_INTERACTIVE= yes
REGRESS_DEPENDS= ${PKGNAME}:misc/rlwrap
do-regress:
cd ${WRKSRC} && rlwrap perl test/testclient
.include <bsd.port.mk>