diff options
author | mph <mph@FreeBSD.org> | 1998-05-21 22:36:15 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-21 22:36:15 +0000 |
commit | e4edcdcf0ca5f0ae289a45bee9d4ca1612f6098c (patch) | |
tree | bd2e29575cffc872bbae0d7ca6293dc05ce46272 /mail/glbiff | |
parent | 99c70cb3a7d2aecde03e1df7cd03ac14f86f75b4 (diff) | |
download | FreeBSD-ports-e4edcdcf0ca5f0ae289a45bee9d4ca1612f6098c.zip FreeBSD-ports-e4edcdcf0ca5f0ae289a45bee9d4ca1612f6098c.tar.gz |
Import of glbiff, a mail-notifier for those with CPU to burn. :-)
PR: 6705
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'mail/glbiff')
-rw-r--r-- | mail/glbiff/Makefile | 35 | ||||
-rw-r--r-- | mail/glbiff/distinfo | 1 | ||||
-rw-r--r-- | mail/glbiff/pkg-comment | 1 | ||||
-rw-r--r-- | mail/glbiff/pkg-descr | 6 | ||||
-rw-r--r-- | mail/glbiff/pkg-plist | 7 |
5 files changed, 50 insertions, 0 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile new file mode 100644 index 0000000..ba028b3 --- /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 0000000..cd9ab90 --- /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 0000000..b1be4d4 --- /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 0000000..d2af6fd --- /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 0000000..f7e413b --- /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 |