1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/msend/Makefile
Will Andrews e7645e6955 Add msend 3.0, a client and server for the RFC1312 message protocol.
PR:		26287
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 05:09:04 +00:00

22 lines
379 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
CATEGORIES= net
MASTER_SITES= http://homepages.tig.com.au/~mrudat/software/msend/
MAINTAINER= mark@kyne.com.au
GNU_CONFIGURE= yes
CFLAGS+= -DUSE_READLINE
MAN1= msend.1
MAN8= mesgd.8
.include <bsd.port.mk>