mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
576 B
Makefile
27 lines
576 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail
|
|
${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1
|
|
|
|
.include <bsd.port.mk>
|