openbsd-ports/mail/cmail/Makefile
kevlo d54dcc9c73 Initial import of cmail-3.1
cmail is a simple mail counter, usefule for multiple mailfiles.
2001-03-28 03:26:55 +00:00

30 lines
700 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/03/28 03:26:55 kevlo Exp $
COMMENT= "simple mail counter"
DISTNAME= cmail-3.1
CATEGORIES= mail
NEED_VERSION= 1.364
HOMEPAGE= http://www.chocobo.cx/chip/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= ftp://ftp.eboai.org/pub/users/chip/
EXTRACT_SUFX= .tar.bz2
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Net/POP3.pm::net/p5-libnet
CONFIGURE_STYLE= perl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cmail
${INSTALL_DATA} ${WRKSRC}/cmailrc.sample ${PREFIX}/share/examples/cmail
.include <bsd.port.mk>