mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
683a0971e7
WWW: http://libestr.adiscon.com/ PR: ports/158345 Submitted by: Jim Riggs <ports at christianserving.org>
22 lines
456 B
Makefile
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>
|