c5677ae6fc
* Use https MASTER_SITES where available * --prefix is already set by framework, remove from CONFIGURE_ARGS Approved by: portmgr (blanket: framework compliance) MFH: 2019Q2
24 lines
476 B
Makefile
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>
|