mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c8ff63f09c
- add rc script - Pass maintainership to submitter PR: ports/165380 Submitted by: Denis Generalov <gd@ramble.ru> (maintainer) Approved by: gabor (mentor, implicit)
37 lines
713 B
Makefile
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>
|