mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
f83ca68ad9
Reviewed by: swills@
18 lines
375 B
Makefile
18 lines
375 B
Makefile
# Created by: Jim Riggs <ports@christianserving.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libestr
|
|
PORTVERSION= 0.1.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://libestr.adiscon.com/files/download/
|
|
|
|
MAINTAINER= brd@FreeBSD.org
|
|
COMMENT= Library for some string essentials
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
|
--disable-testbench
|
|
|
|
.include <bsd.port.mk>
|