ab0d5b8f62
to MASTER_SITE_LOCAL. Reviewed by: will
23 lines
375 B
Makefile
23 lines
375 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= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= markp
|
|
|
|
MAINTAINER= markp@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -DUSE_READLINE
|
|
|
|
MAN1= msend.1
|
|
MAN8= mesgd.8
|
|
|
|
.include <bsd.port.mk>
|