Edit

IABSD.fr/ports/textproc/fstrcmp/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2023-11-07 14:19:05
    Hash : 4e66d499
    Message : http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments.

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