1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/news/mmail/Makefile
John Marino ed48416fa9 news/mmail: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 00:10:54 +00:00

25 lines
577 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:archivers/zip
USES= gmake ncurses
MAKE_ARGS= OPTS="" LIBS="${LDFLAGS} -lncurses"
PLIST_FILES= bin/mmail \
man/man1/mmail.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mm ${STAGEDIR}${PREFIX}/bin/mmail
${INSTALL_MAN} ${WRKSRC}/mm.1 ${STAGEDIR}${MANPREFIX}/man/man1/mmail.1
.include <bsd.port.mk>