mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
23 lines
534 B
Makefile
23 lines
534 B
Makefile
# Created by: Kevin Lo <kevlo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= poppy
|
|
PORTVERSION= 4.01
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.cnpbagwell.com/
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Client to perform simple tasks with a POP3/IMAP server
|
|
|
|
USES= shebangfix
|
|
NO_BUILD= yes
|
|
|
|
SHEBANG_FILES= poppy spamkill
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/poppy ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/spamkill ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/poppy.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|