freebsd-ports/misc/team/Makefile
Joerg Wunsch 88a3eaf413 misc/team: Fix compiler complaints
The code used a very old "all arguments are compatible with int"
method for a varargs message function. Convert it to <stdarg.h>.

While at it, replace a few private library function declarations by
their appropriate header file includes.
2023-02-15 23:41:34 +01:00

15 lines
263 B
Makefile

PORTNAME= team
PORTVERSION= 3.1
PORTREVISION= 3
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>