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
|
2000-11-16 14:31:18 +01:00
|
|
|
PORTVERSION= 0.6.1
|
1999-05-20 11:14:19 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/
|
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-05-20 11:14:19 +02:00
|
|
|
|
2000-11-16 14:31:18 +01:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
1999-05-20 11:14:19 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-11-16 14:31:18 +01:00
|
|
|
CONFIGURE_ARGS= --without-included-gettext --with-readline
|
|
|
|
CONFIGURE_ENV= LIBS="-lgnuregex -L${PREFIX}/lib -lintl" \
|
|
|
|
CFLAGS="${CFLAGS} -I${PREFIX}/include"
|
1999-05-20 11:14:19 +02:00
|
|
|
|
|
|
|
MAN1= pinfo.1
|
|
|
|
|
2000-11-16 14:31:18 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 400010
|
|
|
|
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
|
|
|
CONFIGURE_ARGS+= --with-ncurses=${PREFIX}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|