6765d92639
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.
27 lines
606 B
Makefile
27 lines
606 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/13 03:06:40 kevlo Exp $
|
|
|
|
COMMENT= "client to perform simple tasks with a POP3/IMAP server"
|
|
|
|
DISTNAME= poppy-3.1
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.414
|
|
|
|
HOMEPAGE= http://home.sprynet.com/~cbagwell/projects.html
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://home.sprynet.com/~cbagwell/
|
|
|
|
NO_BUILD= Yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|