aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libestr/Makefile12
-rw-r--r--devel/libestr/pkg-descr2
2 files changed, 10 insertions, 4 deletions
diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile
index f1a0ad3c12f6..7847f9df6891 100644
--- a/devel/libestr/Makefile
+++ b/devel/libestr/Makefile
@@ -3,16 +3,22 @@
PORTNAME= libestr
PORTVERSION= 0.1.11
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://libestr.adiscon.com/files/download/
+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= --prefix="${PREFIX}" \
- --disable-testbench
+CONFIGURE_ARGS= --disable-testbench
+
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/devel/libestr/pkg-descr b/devel/libestr/pkg-descr
index 888a1c2b1ab3..fd3d3cc67a70 100644
--- a/devel/libestr/pkg-descr
+++ b/devel/libestr/pkg-descr
@@ -1,3 +1,3 @@
A library for some string essentials.
-WWW: http://libestr.adiscon.com/
+WWW: https://libestr.adiscon.com/