mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a5696eb474
Approved by: portmgr blanket
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# Created by: Jim Riggs <ports@christianserving.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libestr
|
|
PORTVERSION= 0.1.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://libestr.adiscon.com/files/download/
|
|
|
|
MAINTAINER= brd@FreeBSD.org
|
|
COMMENT= Library for some string essentials
|
|
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
|
--disable-testbench
|
|
|
|
.include <bsd.port.mk>
|