mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
18 lines
284 B
Makefile
18 lines
284 B
Makefile
# Created by: joerg
|
|
|
|
PORTNAME= team
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= LOCAL/joerg
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Portable multi-buffered tape streaming utility
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/team \
|
|
man/man1/team.1.gz
|
|
|
|
.include <bsd.port.mk>
|