freebsd-ports/devel/fstrcmp/Makefile
Tobias Kortkamp 1e95d7097d New port: devel/fstrcmp
The fstrcmp package provides a library which may be used to make
fuzzy comparisons of strings and byte arrays.  It also provides
simple commands for use in shell scripts.

wWW: http://fstrcmp.sourceforge.net/
2018-08-18 09:23:06 +00:00

22 lines
404 B
Makefile

# $FreeBSD$
PORTNAME= fstrcmp
PORTVERSION= 0.7.D001
CATEGORIES= devel
MASTER_SITES= SF/fstrcmp/fstrcmp/${PORTVERSION:R}
MAINTAINER= tobik@FreeBSD.org
COMMENT= Library for fuzzy string comparisons
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake libtool:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfstrcmp.so
.include <bsd.port.mk>