1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/libestr/Makefile
Brad Davis 821f22db1d - Update devel/libestr from 0.1.8 to 0.1.9
- 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@
2014-05-15 23:40:22 +00:00

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