mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
24 lines
490 B
Makefile
24 lines
490 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= msend
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
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>
|