1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/libestr/Makefile
Philip M. Gollucci fa0a69ca35 - Update to 0.1.2
2012-01-17 01:30:59 +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.2
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>