openbsd-ports/mail/cmail/Makefile
2013-03-11 11:20:26 +00:00

24 lines
489 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/11 11:23:50 espie Exp $
COMMENT= simple mail counter
DISTNAME= cmail-3.1
REVISION = 0
CATEGORIES= mail
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= perl
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cmail
${INSTALL_DATA} ${WRKSRC}/cmailrc.sample ${PREFIX}/share/examples/cmail
.include <bsd.port.mk>