Edit

IABSD.fr/ports/mail/popclient/Makefile

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2015-04-05 09:32:50
    Hash : 05fa3f56
    Message : Drop USE_GROFF (no formatting difference). While here, patch away a markup bug that loses information.

  • mail/popclient/Makefile
  • # $OpenBSD: Makefile,v 1.25 2015/04/05 09:32:50 schwarze Exp $
    
    COMMENT=	client for POP2, POP3, APOP, RPOP
    
    DISTNAME=	popclient-3.0b6
    PKGNAME=	${DISTNAME}
    REVISION =	2
    CATEGORIES=	mail
    MASTER_SITES=	https://people.freebsd.org/~wosch/src/
    
    PERMIT_PACKAGE_CDROM=	Yes
    WANTLIB=		c
    
    CONFIGURE_STYLE= gnu old
    
    .include <bsd.port.mk>