freebsd-ports/devel/fstrcmp/Makefile

21 lines
391 B
Makefile
Raw Normal View History

PORTNAME= fstrcmp
PORTVERSION= 0.7.D001
CATEGORIES= devel
MASTER_SITES= SF/fstrcmp/fstrcmp/${PORTVERSION:R}
2020-09-28 07:05:24 +02:00
MAINTAINER= ports@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>