freebsd-ports/devel/rlwrap/Makefile
Thomas Abthorpe 993bbe4ab1 - Pass maintainership to submitter
Submitted by:	martinko via freebsd-ports@
2009-02-24 03:57:27 +00:00

26 lines
507 B
Makefile

# ex:ts=8
# New ports collection makefile for: rlwrap
# Date created: Aug 12, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rlwrap
PORTVERSION= 0.30
CATEGORIES= devel
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ \
${MASTER_SITE_LOCAL} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= dryice
MAINTAINER= gamato@users.sf.net
COMMENT= Readline wrapper
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD LDFLAGS=-lutil
MAN1= rlwrap.1
.include <bsd.port.mk>