blob: 5a87ea4a6c0c33569641d44206d8c309f04c1ddb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: team
# Date created: 1 July 1995
# Whom: joerg
#
# $FreeBSD$
#
PORTNAME= team
PORTVERSION= 3.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= joerg
MAINTAINER= joerg@FreeBSD.org
COMMENT= Portable multi-buffered tape streaming utility
MAN1= team.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/team
.include <bsd.port.mk>
|