diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-20 09:14:19 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-20 09:14:19 +0000 |
commit | 0018064a386a4694e93027fd608d5607937cb444 (patch) | |
tree | 6fb30421aa7afeaaf569aa55b9173860c42159d2 /misc/pinfo | |
parent | 30c2a00ab82653ad1e2b15ed776148d240042410 (diff) | |
download | ports-0018064a386a4694e93027fd608d5607937cb444.tar.gz ports-0018064a386a4694e93027fd608d5607937cb444.zip |
Notes
Diffstat (limited to 'misc/pinfo')
-rw-r--r-- | misc/pinfo/Makefile | 25 | ||||
-rw-r--r-- | misc/pinfo/distinfo | 1 | ||||
-rw-r--r-- | misc/pinfo/pkg-comment | 1 | ||||
-rw-r--r-- | misc/pinfo/pkg-descr | 3 | ||||
-rw-r--r-- | misc/pinfo/pkg-plist | 15 |
5 files changed, 45 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> diff --git a/misc/pinfo/distinfo b/misc/pinfo/distinfo new file mode 100644 index 000000000000..f2f382facfdb --- /dev/null +++ b/misc/pinfo/distinfo @@ -0,0 +1 @@ +MD5 (pinfo-0.5.3.tar.gz) = a72904a17b58119e6f502811a515bd9d diff --git a/misc/pinfo/pkg-comment b/misc/pinfo/pkg-comment new file mode 100644 index 000000000000..efbed433ab68 --- /dev/null +++ b/misc/pinfo/pkg-comment @@ -0,0 +1 @@ +ncurses based, lynx style info documentation browser. diff --git a/misc/pinfo/pkg-descr b/misc/pinfo/pkg-descr new file mode 100644 index 000000000000..6f5b3f6865b5 --- /dev/null +++ b/misc/pinfo/pkg-descr @@ -0,0 +1,3 @@ +pinfo is a (n)curses based, lynx style info browser. + +WWW: http://zeus.polsl.gliwice.pl/~pborys/ diff --git a/misc/pinfo/pkg-plist b/misc/pinfo/pkg-plist new file mode 100644 index 000000000000..956f8b78d984 --- /dev/null +++ b/misc/pinfo/pkg-plist @@ -0,0 +1,15 @@ +bin/pinfo +etc/pinforc +share/locale/cs/LC_MESSAGES/pinfo.mo +share/locale/de/LC_MESSAGES/pinfo.mo +share/locale/pl/LC_MESSAGES/pinfo.mo +share/locale/sv/LC_MESSAGES/pinfo.mo +@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/cs 2>/dev/null || true +@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/de 2>/dev/null || true +@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/pl 2>/dev/null || true +@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/sv 2>/dev/null || true +@unexec rmdir %D/share/locale 2>/dev/null || true |