summaryrefslogtreecommitdiff
path: root/devel/fstrcmp/Makefile
blob: 71c1336b67807ca06e13fd4806b670442f1f49b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

PORTNAME=	fstrcmp
PORTVERSION=	0.7.D001
CATEGORIES=	devel
MASTER_SITES=	SF/fstrcmp/fstrcmp/${PORTVERSION:R}

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>