freebsd-ports/devel/rlwrap/Makefile

27 lines
572 B
Makefile
Raw Normal View History

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
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
MAINTAINER= dryice@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Readline wrapper
2001-08-12 13:07:24 +02:00
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD LDFLAGS=-lutil
MAN1= rlwrap.1
.include <bsd.port.mk>