aboutsummaryrefslogtreecommitdiffstats
path: root/net/msend/Makefile
blob: 359cc828e2b9d430cce505567acc9134d4cc6d3a (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
24
25
26
27
28
29
30
31
32
# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$

PORTNAME=   msend
PORTVERSION=    3.0
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= markp

MAINTAINER= gd.workbox@gmail.com
COMMENT=    Client and server for the RFC1312 message protocol

USES=       readline
USE_RC_SUBR=    mesgd
USE_AUTOTOOLS=  aclocal autoheader autoconf automake
AUTOMAKE_ARGS+= --add-missing
GNU_CONFIGURE=  yes
CFLAGS+=    -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS

PLIST_FILES=    bin/msend \
        man/man1/msend.1.gz \
        man/man8/mesgd.8.gz \
        sbin/mesgd

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 900007
CFLAGS+=    -DUSE_UTMPX
.endif

.include <bsd.port.post.mk>