29 lines
646 B
Makefile
29 lines
646 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/13 22:15:39 deanna 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>
|