1999-09-24 04:45:30 +00:00
|
|
|
# New ports collection makefile for: pinfo
|
|
|
|
# Date created: 19 May 1999
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1999-05-20 09:14:19 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1999-05-20 09:14:19 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= pinfo
|
|
|
|
PORTVERSION= 0.5.9
|
1999-05-20 09:14:19 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-05-20 09:14:19 +00:00
|
|
|
|
1999-09-24 04:45:30 +00:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
|
|
|
ncurses.4:${PORTSDIR}/devel/ncurses
|
1999-05-20 09:14:19 +00:00
|
|
|
|
|
|
|
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>
|