aboutsummaryrefslogtreecommitdiff
path: root/devel/libestr/Makefile
blob: 7847f9df6891f824f5083b3a86e72bc150b73883 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$

PORTNAME=	libestr
PORTVERSION=	0.1.11
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	https://libestr.adiscon.com/files/download/

MAINTAINER=	matthew@FreeBSD.org
COMMENT=	Library for some string essentials

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		libtool pathfix
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-testbench

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>