mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
317 B
Makefile
20 lines
317 B
Makefile
# New ports collection makefile for: team
|
|
# Date created: 1 July 1995
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= team
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
MAN1= team.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
.include <bsd.port.mk>
|