freebsd-ports/devel/global/Makefile
Ying-Chieh Liao 26151ca773 upgrade to 4.5.1
PR:		45306
Submitted by:	maintainer
2002-11-15 18:46:14 +00:00

33 lines
732 B
Makefile

# New ports collection makefile for: global
# Date created: 20 June 2000
# Whom: chuckr@freebsd.org
#
# $FreeBSD$
#
PORTNAME= global
PORTVERSION= 4.5.1
CATEGORIES= devel
MASTER_SITES= http://www.tamacom.com/global/
MAINTAINER= jos@catnook.com
GNU_CONFIGURE= yes
USE_PERL5= yes
MAN1= gctags.1 global.1 gozilla.1 gtags.1 htags.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>