diff options
Diffstat (limited to 'misc/pinfo/Makefile')
-rw-r--r-- | misc/pinfo/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile new file mode 100644 index 000000000000..43fc4774bbe5 --- /dev/null +++ b/misc/pinfo/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: pinfo +# Version required: 0.5.3 +# Date created: 19 May 1999 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= pinfo-0.5.3 +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> |