opnsense-ports/devel/libestr/Makefile
Franco Fichtner ff10827551 */*: sync with upstream
Taken from: FreeBSD
2016-10-22 19:45:15 +02:00

19 lines
418 B
Makefile

# 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>