freebsd-ports/devel/libestr/Makefile
Kubilay Kocak c5677ae6fc devel/libestr: Level up port compliance
* Use https MASTER_SITES where available
 * --prefix is already set by framework, remove from CONFIGURE_ARGS

Approved by:	portmgr (blanket: framework compliance)
MFH:		2019Q2
2019-07-02 12:13:09 +00:00

24 lines
476 B
Makefile

# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$
PORTNAME= libestr
PORTVERSION= 0.1.11
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://libestr.adiscon.com/files/download/
MAINTAINER= matthew@FreeBSD.org
COMMENT= Library for some string essentials
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-testbench
INSTALL_TARGET= install-strip
.include <bsd.port.mk>