1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/msend/Makefile
Michael Scheidell c8ff63f09c - Unbreak on 9.0
- add rc script
- Pass maintainership to submitter

PR:		ports/165380
Submitted by:	Denis Generalov <gd@ramble.ru> (maintainer)
Approved by:	gabor (mentor, implicit)
2012-02-27 23:07:12 +00:00

37 lines
713 B
Makefile

# New ports collection makefile for: msend
# Date created: Apr 2, 2001
# Whom: 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@rambler-co.ru
COMMENT= A client and server for the RFC1312 message protocol
USE_RC_SUBR= mesgd
USE_AUTOTOOLS= aclocal autoheader autoconf automake
AUTOMAKE_ARGS+= --add-missing
GNU_CONFIGURE= yes
CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS
MAN1= msend.1
MAN8= mesgd.8
PLIST_FILES= bin/msend \
sbin/mesgd
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
CFLAGS+= -DUSE_UTMPX
.endif
.include <bsd.port.post.mk>