aboutsummaryrefslogtreecommitdiff
path: root/net/msend/Makefile
blob: 5f8da944b4c2b2f561e5927e0dd5f7a4a84cb797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>