mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
18 lines
316 B
Makefile
18 lines
316 B
Makefile
# Created by: 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
|
|
|
|
PLIST_FILES= bin/team \
|
|
man/man1/team.1.gz
|
|
|
|
.include <bsd.port.mk>
|