- Update devel/liblogging from 1.0.1 to 1.0.4 - Update sysutils/rsyslog7 from 7.6.0 to 7.6.3 Reviewed by: zi@
17 lines
375 B
Makefile
17 lines
375 B
Makefile
# Created by: Jim Riggs <ports@christianserving.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libestr
|
|
PORTVERSION= 0.1.9
|
|
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>
|