opnsense-ports/net/msend/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

20 lines
431 B
Makefile

PORTNAME= msend
PORTVERSION= 3.0
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= LOCAL/markp
MAINTAINER= gd.workbox@gmail.com
COMMENT= Client and server for the RFC1312 message protocol
USES= autoreconf readline
USE_RC_SUBR= mesgd
GNU_CONFIGURE= yes
CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX
PLIST_FILES= bin/msend \
man/man1/msend.1.gz \
man/man8/mesgd.8.gz \
sbin/mesgd
.include <bsd.port.mk>