summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-04-30 00:28:09 +0000
committerSteve Price <steve@FreeBSD.org>2000-04-30 00:28:09 +0000
commit43e4e9f2f970a47a0876fb8fa16fac232e8e4333 (patch)
treeae4b9174a42679c4ea5fa2d8c149b1cb597bdd1b /mail
parentDistfile changed on MASTER_SITE without version number bump. (diff)
Update to version 0.3.5.
PR: 18142 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28130
Diffstat (limited to 'mail')
-rw-r--r--mail/glbiff/Makefile27
-rw-r--r--mail/glbiff/distinfo2
-rw-r--r--mail/glbiff/files/patch-aa22
-rw-r--r--mail/glbiff/pkg-descr2
4 files changed, 38 insertions, 15 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile
index bda1100778b2..1a70681fb035 100644
--- a/mail/glbiff/Makefile
+++ b/mail/glbiff/Makefile
@@ -6,30 +6,31 @@
#
PORTNAME= glbiff
-PORTVERSION= 0.2.11
+PORTVERSION= 0.3.5
CATEGORIES= mail
-MASTER_SITES= http://www.eecg.utoronto.ca/~mac/projects/
+MASTER_SITES= http://www.dgp.utoronto.ca/~mac/projects/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= GL:${PORTSDIR}/graphics/Mesa3 \
- GLU:${PORTSDIR}/graphics/Mesa3 \
- glut:${PORTSDIR}/graphics/Mesa3
+LIB_DEPENDS= GL:${PORTSDIR}/graphics/Mesa3
-GNU_CONFIGURE= yes
USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
- @ ${MKDIR} ${PREFIX}/share/examples/glbiff
- @ ${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample
+MAN1= glbiff.1
+MAN5= glbiffrc.5
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/glbiff.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/glbiffrc.5 ${PREFIX}/man/man5
+ @${MKDIR} ${PREFIX}/share/examples/glbiff
+ ${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/glbiff
+ @${MKDIR} ${PREFIX}/share/doc/glbiff
.for file in ChangeLog README README.last-minute TODO
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
.endfor
.endif
diff --git a/mail/glbiff/distinfo b/mail/glbiff/distinfo
index 2794817f9066..3261ea3f93bc 100644
--- a/mail/glbiff/distinfo
+++ b/mail/glbiff/distinfo
@@ -1 +1 @@
-MD5 (glbiff-0.2.11.tgz) = 1c37a9af67742dec0f995ff000a7593e
+MD5 (glbiff-0.3.5.tgz) = 74d71f067ed6d7da60025e17c76f3bc8
diff --git a/mail/glbiff/files/patch-aa b/mail/glbiff/files/patch-aa
new file mode 100644
index 000000000000..6e507327280e
--- /dev/null
+++ b/mail/glbiff/files/patch-aa
@@ -0,0 +1,22 @@
+--- Makefile.in.orig Wed Apr 19 14:09:58 2000
++++ Makefile.in Fri Apr 21 19:20:46 2000
+@@ -3,16 +3,16 @@
+ SRCDIR =$(PROGRAM)-$(VERSION)
+ OBJS = glbiff.o mail.o draw.o astro.o cfg.o
+
+-INST_DIR = /usr/local
++INST_DIR = @exec_prefix@
+ BIN_DIR = $(INST_DIR)/bin
+ MAN_DIR = $(INST_DIR)/man
+
+ TAGS = ctags-exuberant
+
+ #DEBUG = -g3 -DDEBUG
+
+-LIBS = @LIBS@
+-CXXFLAGS = $(DEBUG) @CXXFLAGS@ -DVERSION=\"$(VERSION)\"
++LIBS = @LIBS@ @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@
++CXXFLAGS = $(DEBUG) @CXXFLAGS@ @X_CFLAGS@ @CPPFLAGS@ -DVERSION=\"$(VERSION)\"
+
+ all: $(PROGRAM)
+
diff --git a/mail/glbiff/pkg-descr b/mail/glbiff/pkg-descr
index ffccebc426ae..d33e9daad895 100644
--- a/mail/glbiff/pkg-descr
+++ b/mail/glbiff/pkg-descr
@@ -3,4 +3,4 @@ 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.
-WWW: http://www.eecg.utoronto.ca/~mac/projects/glbiff.html
+WWW: http://www.dgp.toronto.edu/~mac/projects/glbiff.html