1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/libestr/Makefile
Brad Davis f02392aed5 - Update devel/librelp to 1.0.7
- Update devel/libestr to 0.1.5

Reviewed by:	jgh@, koobs@
2013-05-25 19:12:28 +00:00

18 lines
377 B
Makefile

# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$
PORTNAME= libestr
PORTVERSION= 0.1.5
CATEGORIES= devel
MASTER_SITES= http://libestr.adiscon.com/files/download/
MAINTAINER= brd@FreeBSD.org
COMMENT= A library for some string essentials
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" \
--disable-testbench
.include <bsd.port.mk>