aboutsummaryrefslogblamecommitdiffstats
path: root/devel/global/Makefile
blob: 3ec14845f03e8c3ba29068a8060a66502ef8e512 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                              
                     
                     
                                              


                                  

                   

                                                           









                                                                        

                      
# New ports collection makefile for:    global
# Date created:     20 June 2000
# Whom:         chuckr@freebsd.org
#
# $FreeBSD$
#

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

MAINTAINER= chuckr@freebsd.org

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 VERSION
    ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global
.endfor
.endif

.include <bsd.port.mk>