freebsd-ports/misc/pinfo/Makefile

35 lines
770 B
Makefile
Raw Normal View History

# New ports collection makefile for: pinfo
# Date created: 19 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= pinfo
PORTVERSION= 0.6.8
CATEGORIES= misc
MASTER_SITES= http://dione.ids.pl/~pborys/software/pinfo/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Ncurses based, lynx style info documentation browser
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-readline \
--with-localedir=${PREFIX}/share/locale
MAN1= pinfo.1
INFO= pinfo
2000-11-16 14:31:18 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE}
2000-11-16 14:31:18 +01:00
.endif
.include <bsd.port.post.mk>