225a5a7cc1
. bump PORTREVISION. PR: 106806 [1] Submitted by: Eugene Grosbein <eugen at grosbein.pp.ru> [1] Approved by: joerg (maintainer timeout 10 weeks) [1] Discussed at: freebsd-hackers@, freebsd-ports@ [1]
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# New ports collection makefile for: team
|
|
# Date created: 1 July 1995
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= team
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 2
|
|
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>
|