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

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

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

USES=		libtool pathfix
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix="${PREFIX}" \
		--disable-testbench

.include <bsd.port.mk>