9fb1ef4c3a
response to email. Hat: portmgr
31 lines
648 B
Makefile
31 lines
648 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: mmail
|
|
# Date created: 18 September 2002
|
|
# Whom: Frederic Cambus
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mmail
|
|
PORTVERSION= 0.49
|
|
CATEGORIES= news
|
|
MASTER_SITES= SF/multimail/MultiMail/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Offline BBS mail packet reader supporting QWK/OMEN/SOUP/OPX/BLUEWAVE
|
|
|
|
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
|
unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ARGS= OPTS=""
|
|
|
|
MAN1= mmail.1
|
|
PLIST_FILES= bin/mmail
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail
|
|
${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1
|
|
|
|
.include <bsd.port.mk>
|