aboutsummaryrefslogtreecommitdiff
path: root/devel/global/Makefile
blob: e5066d221bf85f14574f1790870195198d64cb8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	global
# Date created:		20 June 2000
# Whom:			chuckr@freebsd.org
#
# $FreeBSD$
#

PORTNAME=	global
PORTVERSION=	4.3
CATEGORIES=	devel
MASTER_SITES=	http://www.tamacom.com/global/

MAINTAINER=	josb@cncdsl.com

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

MAN1=		htags.1 btreeop.1 gtags.1 global.1 gctags.1

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>