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
|
2002-04-07 01:47:52 +02:00
|
|
|
PORTVERSION= 0.6.5p2
|
2002-04-12 19:10:20 +02:00
|
|
|
PORTREVISION= 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
|
|
|
|
2002-04-12 19:10:20 +02:00
|
|
|
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
1999-05-20 11:14:19 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-11-17 15:51:05 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-12-08 21:24:15 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-08-08 18:30:35 +02:00
|
|
|
CONFIGURE_ARGS= --with-readline \
|
|
|
|
--with-localedir=${PREFIX}/share/locale
|
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
|
2000-11-17 15:51:05 +01:00
|
|
|
CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE}
|
2000-11-16 14:31:18 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|