mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
572 B
Makefile
26 lines
572 B
Makefile
# New ports collection makefile for: pinfo
|
|
# Date created: 19 May 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pinfo
|
|
PORTVERSION= 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>
|