summaryrefslogtreecommitdiffstats
path: root/devel/global/Makefile
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-10-29 19:16:20 +0000
committersada <sada@FreeBSD.org>2000-10-29 19:16:20 +0000
commit4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc (patch)
tree0b90075dd24192a45e31413338699234d11e0eba /devel/global/Makefile
parentfd796ef0afa0ddca114004373fc8c2322ab2bb93 (diff)
downloadFreeBSD-ports-4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc.zip
FreeBSD-ports-4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc.tar.gz
Upgrade to 4.0.1.
PR: ports/22216 Submitted by: sada No responce for a week from: maintainer
Diffstat (limited to 'devel/global/Makefile')
-rw-r--r--devel/global/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index 1fbc88d..3ec1484 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -6,15 +6,25 @@
#
PORTNAME= global
-PORTVERSION= 3.56
+PORTVERSION= 4.0.1
CATEGORIES= devel
MASTER_SITES= http://www.tamacom.com/global/
MAINTAINER= chuckr@freebsd.org
-MAKE_FLAGS+= INCDIR=$(LOCALBASE)/include LIBDIR=$(LOCALBASE)/lib BINDIR=$(LOCALBASE)/bin SHAREDIR=$(LOCALBASE)
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
MAN1= htags.1 btreeop.1 gtags.1 global.1 gctags.1
-MANCOMPRESSED= yes
+
+post-install:
+ install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/global
+.for file in AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README \
+ THANKS VERSION
+ ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global
+.endfor
+.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud