diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2019-07-02 12:18:12 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2019-07-02 12:18:12 +0000 |
commit | 6ac80be0fdcf08b1c3924f91353069ef157cedd0 (patch) | |
tree | 47551f2d6e597425a8ed3509c8f2bc5905bb69a2 | |
parent | b12aebfe3f4a5d1b8d89ac7dbcfb39e436b64a1b (diff) |
Notes
-rw-r--r-- | devel/libestr/Makefile | 12 | ||||
-rw-r--r-- | devel/libestr/pkg-descr | 2 |
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/ |