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