summaryrefslogtreecommitdiff
path: root/misc/pinfo/Makefile
blob: 0b87e2af88d49ebfa58e7852924c317b5e1f03d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	pinfo
# Version required:	0.5.9
# Date created:		19 May 1999
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=	pinfo-0.5.9
CATEGORIES=	misc
MASTER_SITES=	http://zeus.polsl.gliwice.pl/~pborys/stable-version/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext \
		ncurses.4:${PORTSDIR}/devel/ncurses

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-included-gettext --with-readline \
		--with-ncurses=${PREFIX}
CONFIGURE_ENV=	LIBS="-lgnuregex -L${PREFIX}/lib -lintl"

MAN1=	pinfo.1

.include <bsd.port.mk>