openbsd-ports/misc/rlwrap/Makefile
kili d26a991805 Update to rlwrap-0.37, which removes the arm-crashing kaboom.c and
fixes some bugs.

Remove deanna@ as maintainer (she currently doesn't have enough time
for ports work).

Move MASTER_SITES down and set it to ${HOMEPAGE}.

ok jasper@
2010-05-11 18:48:54 +00:00

28 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/05/11 18:48:54 kili Exp $
COMMENT= generic readline wrapper for various programs
DISTNAME= rlwrap-0.37
CATEGORIES= misc
HOMEPAGE= http://utopia.knoware.nl/~hlub/uck/rlwrap/
MASTER_SITES= ${HOMEPAGE}
# GPLv2
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
do-regress:
cd ${WRKSRC} && src/rlwrap perl test/testclient
.include <bsd.port.mk>