freebsd-ports/devel/global/Makefile
SADA Kenji 9faa24a215 Upgrade to 4.0.1.
PR:		ports/22216
Submitted by:	sada
No responce for a week from:	maintainer
2000-10-29 19:16:20 +00:00

31 lines
665 B
Makefile

# 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>