Edit

IABSD.fr/ports/textproc/diffstat/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2017-10-20 19:05:18
    Hash : 6217300a
    Message : Move stuff in Makefile.template order, and take maintainer

  • textproc/diffstat/Makefile
  • # $OpenBSD: Makefile,v 1.23 2017/10/20 19:05:18 jca Exp $
    
    COMMENT=		accumulates and displays statistics from a diff file
    
    DISTNAME=		diffstat-1.61
    REVISION=		1
    
    CATEGORIES=		textproc
    
    MAINTAINER=		Jeremie Courreges-Anglas <jca@wxcvbn.org>
    
    HOMEPAGE=		http://invisible-island.net/diffstat/diffstat.html
    
    # ISC-like
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=		c
    
    MASTER_SITES=		http://invisible-mirror.net/archives/diffstat/ \
    			ftp://ftp.invisible-island.net/diffstat/
    EXTRACT_SUFX=		.tgz
    
    CONFIGURE_STYLE=	gnu
    SEPARATE_BUILD=		Yes
    
    MAKE_FILE=		makefile
    
    .include <bsd.port.mk>