88a3eaf413
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.
15 lines
263 B
Makefile
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>
|