mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e0becd5338
- Remove the indefinite article from COMMENT PR: ports/182643 Submitted by: Denis Generalov <gd@rambler-co.ru> (maintainer) [1] Approved by: wg/culot (mentors, implicit)
32 lines
652 B
Makefile
32 lines
652 B
Makefile
# 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@rambler-co.ru
|
|
COMMENT= 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
|
|
|
|
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>
|