26 lines
664 B
Makefile
26 lines
664 B
Makefile
# New ports collection makefile for: pinfo
|
|
# Version required: 0.5.5
|
|
# Date created: 19 May 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/05/20 09:14:17 tg Exp $
|
|
#
|
|
|
|
DISTNAME= pinfo-0.5.5
|
|
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>
|