Edit

IABSD.fr/ports/textproc/fstrcmp/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/fstrcmp/Makefile
  • COMMENT=	library for fuzzy string comparisons
    
    DISTNAME=	fstrcmp-0.7.D001
    CATEGORIES=	textproc
    MASTER_SITES=	${HOMEPAGE}
    
    SHARED_LIBS=	fstrcmp		0.0
    
    HOMEPAGE=	http://fstrcmp.sourceforge.net/
    
    # GPLv3
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=	c
    
    BUILD_DEPENDS+=	textproc/groff
    
    CONFIGURE_STYLE=	gnu
    
    .include <bsd.port.mk>