2001-08-12 13:07:24 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: rlwrap
|
|
|
|
# Date created: Aug 12, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rlwrap
|
2008-01-14 03:27:35 +01:00
|
|
|
PORTVERSION= 0.30
|
2001-08-12 13:07:24 +02:00
|
|
|
CATEGORIES= devel
|
2007-12-21 12:30:42 +01:00
|
|
|
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ \
|
|
|
|
${MASTER_SITE_LOCAL} \
|
|
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
|
|
|
MASTER_SITE_SUBDIR= dryice
|
2001-08-12 13:07:24 +02:00
|
|
|
|
2007-12-21 12:30:42 +01:00
|
|
|
MAINTAINER= dryice@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Readline wrapper
|
2001-08-12 13:07:24 +02:00
|
|
|
|
2007-10-07 23:51:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2007-10-07 23:51:57 +02:00
|
|
|
CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD LDFLAGS=-lutil
|
2004-02-20 16:57:38 +01:00
|
|
|
|
|
|
|
MAN1= rlwrap.1
|
|
|
|
|
2007-10-07 23:51:57 +02:00
|
|
|
.include <bsd.port.mk>
|