mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a6e096ead8
This was moved from the base system based on need and licensing considerations. Reviewed and approved by most of the current list, see the mail logs for a lengthy discussion.
21 lines
455 B
Makefile
21 lines
455 B
Makefile
# New ports collection makefile for: global
|
|
# Date created: 20 June 2000
|
|
# Whom: chuckr@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= global
|
|
PORTVERSION= 3.55
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.tamacom.com/unix/
|
|
|
|
MAINTAINER= chuckr@freebsd.org
|
|
|
|
MAKE_FLAGS+= INCDIR=$(LOCALBASE)/include LIBDIR=$(LOCALBASE)/lib BINDIR=$(LOCALBASE)/bin SHAREDIR=$(LOCALBASE)
|
|
|
|
MAN1= htags.1 btreeop.1 gtags.1 global.1 gctags.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|