# New ports collection makefile for: pinfo # Date created: 19 May 1999 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= pinfo PORTVERSION= 0.6.5 CATEGORIES= misc MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv \ intl.1:${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 .include .if ${OSVERSION} < 400010 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} .endif pre-patch: @${PERL} -pi -e 's|||g ; \ s|-liconv|-lgiconv|g' ${WRKSRC}/configure .include