mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
323 B
Makefile
19 lines
323 B
Makefile
# New ports collection makefile for: team
|
|
# Version required: 3.1 (From the RCS Id line of team.c)
|
|
# Date created: 1 July 1995
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= team-3.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
MAN1= team.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
.include <bsd.port.mk>
|