aboutsummaryrefslogtreecommitdiff
path: root/devel/libestr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libestr/Makefile')
-rw-r--r--devel/libestr/Makefile12
1 files changed, 9 insertions, 3 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>