1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/global/Makefile
Ade Lovett dda7619c09 Update to 4.4 fixing a security vulnerability.
ALL USERS OF THIS PORT ARE STRONGLY URGED TO UPGRADE.

PR:			37265
Submitted by:		maintainer
2002-04-20 02:52:13 +00:00

34 lines
739 B
Makefile

# New ports collection makefile for: global
# Date created: 20 June 2000
# Whom: chuckr@freebsd.org
#
# $FreeBSD$
#
PORTNAME= global
PORTVERSION= 4.4
CATEGORIES= devel
MASTER_SITES= http://www.tamacom.com/global/
MAINTAINER= jos@catnook.com
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= htags.1 btreeop.1 gozilla.1 gtags.1 global.1 gctags.1
post-patch:
${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
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
${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global
.endfor
.endif
.include <bsd.port.mk>