Edit

IABSD.fr/ports/mail/cmail/Makefile

Branch :

  • Show log

    Commit

  • Author : bentley
    Date : 2015-01-21 06:13:46
    Hash : 87cea098
    Message : Remove Kevin Lo as maintainer, by request. While here, fix a couple of license markers.

  • mail/cmail/Makefile
  • # $OpenBSD: Makefile,v 1.12 2015/01/21 06:13:49 bentley Exp $
    
    COMMENT=	simple mail counter
    
    DISTNAME=	cmail-3.1
    REVISION =	1
    CATEGORIES=	mail
    
    PERMIT_PACKAGE_CDROM=   Yes
    
    MASTER_SITES=	ftp://ftp.eboai.org/pub/users/chip/
    EXTRACT_SUFX=	.tar.bz2
    
    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>