summaryrefslogtreecommitdiff
path: root/mail/glbiff
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-21 22:36:15 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-21 22:36:15 +0000
commit060c66114650335ecb9faf954191246a3b740526 (patch)
tree7f95492e29d79ef11892dd45ba2dea3aca7f6c07 /mail/glbiff
parentRe-enable build of kdenetwork (diff)
Import of glbiff, a mail-notifier for those with CPU to burn. :-)
PR: 6705 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=11098
Diffstat (limited to 'mail/glbiff')
-rw-r--r--mail/glbiff/Makefile35
-rw-r--r--mail/glbiff/distinfo1
-rw-r--r--mail/glbiff/pkg-comment1
-rw-r--r--mail/glbiff/pkg-descr6
-rw-r--r--mail/glbiff/pkg-plist7
5 files changed, 50 insertions, 0 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile
new file mode 100644
index 000000000000..ba028b3d84dd
--- /dev/null
+++ b/mail/glbiff/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: glbiff
+# Version required: 0.2
+# Date created: 18 May 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= glbiff-0.2
+CATEGORIES= mail x11
+MASTER_SITES= http://www.eecg.utoronto.ca/~mac/projects/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= andy@icc.surw.chel.su
+
+LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \
+ MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \
+ Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa \
+ glut\\.3\\.:${PORTSDIR}/graphics/Mesa
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/glbiff
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
+ @ ${MKDIR} ${PREFIX}/share/examples/glbiff
+ @ ${INSTALL_DATA} ${FILESDIR}/dot.glbiffrc.sample ${PREFIX}/share/examples/glbiff
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/glbiff
+.for file in ChangeLog README TODO
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/glbiff/distinfo b/mail/glbiff/distinfo
new file mode 100644
index 000000000000..cd9ab90d9659
--- /dev/null
+++ b/mail/glbiff/distinfo
@@ -0,0 +1 @@
+MD5 (glbiff-0.2.tgz) = 543248bb041cfd0f0a94f8d95a254e4a
diff --git a/mail/glbiff/pkg-comment b/mail/glbiff/pkg-comment
new file mode 100644
index 000000000000..b1be4d4a2bb1
--- /dev/null
+++ b/mail/glbiff/pkg-comment
@@ -0,0 +1 @@
+Xbiff-like program with 3D nice output for X Window System.
diff --git a/mail/glbiff/pkg-descr b/mail/glbiff/pkg-descr
new file mode 100644
index 000000000000..d2af6fdcb312
--- /dev/null
+++ b/mail/glbiff/pkg-descr
@@ -0,0 +1,6 @@
+This is a program similar to xbiff, except that it provides somewhat
+nicer output. The idea comes from the "mailbox" program available on
+SGI machines, and hence tries to mimic some of the features present in
+it.
+
+Homepage: http://www.eecg.utoronto.ca/~mac/projects/glbiff.html
diff --git a/mail/glbiff/pkg-plist b/mail/glbiff/pkg-plist
new file mode 100644
index 000000000000..f7e413be5861
--- /dev/null
+++ b/mail/glbiff/pkg-plist
@@ -0,0 +1,7 @@
+bin/glbiff
+share/doc/glbiff/ChangeLog
+share/doc/glbiff/README
+share/doc/glbiff/TODO
+share/examples/glbiff/dot.glbiffrc.sample
+@dirrm share/doc/glbiff
+@dirrm share/examples/glbiff