7513fc9753
Poppy is a small perl script that allows you to perform simple tasks on a POP3 or IMAP server. It is of most use in a "limited resources environment" whether thats low disk space, slow internet connection, or no graphical environment.
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# New ports collection makefile for: poppy
|
|
# Date created: 13 June 2001
|
|
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= poppy
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://home.sprynet.com/~cbagwell/
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|