1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/libestr/Makefile
Martin Wilke 683a0971e7 A library for some string essentials.
WWW:	http://libestr.adiscon.com/

PR:		ports/158345
Submitted by:	Jim Riggs <ports at christianserving.org>
2011-06-27 14:35:34 +00:00

22 lines
456 B
Makefile

# New ports collection makefile for: libestr
# Date created: 2011-06-20
# Whom: Jim Riggs <ports@christianserving.org>
#
# $FreeBSD$
#
PORTNAME= libestr
PORTVERSION= 0.1.0
CATEGORIES= devel
MASTER_SITES= http://libestr.adiscon.com/files/download/
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A library for some string essentials
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" \
--disable-testbench
.include <bsd.port.mk>