1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/pinfo/Makefile
Mario Sergio Fujikawa Ferreira 9e0e9be934 Update to 0.6.3
PR:		29444
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-08 16:30:35 +00:00

34 lines
757 B
Makefile

# New ports collection makefile for: pinfo
# Date created: 19 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pinfo
PORTVERSION= 0.6.3
CATEGORIES= misc
MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \
intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnuregex"
CONFIGURE_ARGS= --with-readline \
--with-localedir=${PREFIX}/share/locale
MAN1= pinfo.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE}
.endif
.include <bsd.port.post.mk>