aboutsummaryrefslogtreecommitdiffstats
path: root/mail/glbiff/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-04-30 08:28:09 +0800
committersteve <steve@FreeBSD.org>2000-04-30 08:28:09 +0800
commit392b2d1107ef95489161b070b42864d01a9605c1 (patch)
tree8de014f86cc21c235be26f78fff99a6661c50066 /mail/glbiff/Makefile
parentbd9bf5d342157201a4899aec005310fcc4bc655b (diff)
downloadfreebsd-ports-gnome-392b2d1107ef95489161b070b42864d01a9605c1.tar.gz
freebsd-ports-gnome-392b2d1107ef95489161b070b42864d01a9605c1.tar.zst
freebsd-ports-gnome-392b2d1107ef95489161b070b42864d01a9605c1.zip
Update to version 0.3.5.
PR: 18142 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'mail/glbiff/Makefile')
-rw-r--r--mail/glbiff/Makefile27
1 files changed, 14 insertions, 13 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