Edit

IABSD.fr/ports/textproc/xmlwf/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2016-09-02 22:25:25
    Hash : de90c616
    Message : - update to xmlwf-2.1.0 - remove over-eager tab usage

  • textproc/xmlwf/Makefile
  • # $OpenBSD: Makefile,v 1.6 2016/09/02 22:25:25 jasper Exp $
    
    COMMENT=	verifies XML documents
    V=		2.1.0
    
    PKGNAME=	xmlwf-$V
    DISTNAME=	expat-$V
    
    CATEGORIES=	textproc
    
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=expat/}
    
    HOMEPAGE=	http://expat.sourceforge.net/
    
    # BSD
    PERMIT_PACKAGE_CDROM=   Yes
    
    WRKSRC=			${WRKDIR}/expat-$V/xmlwf
    WANTLIB=		c expat
    NO_TEST=		Yes
    
    do-configure:
    	ln -s ${FILESDIR}/Makefile ${WRKSRC}/Makefile
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/../doc/xmlwf.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>