diff options
author | qorg11 <teru-sama@riseup.net> | 2022-06-22 16:22:20 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-06-23 05:25:48 +0000 |
commit | 801c2b13a723a443b043faaaec60bafe295cbcdb (patch) | |
tree | 901d073b01905ae6e9b22c1eed7d47148b82f5e4 /net/sakisafecli/Makefile | |
parent | b6c69605a2638e371efcc4439f2b201925ad9113 (diff) | |
download | ports-801c2b13a723a443b043faaaec60bafe295cbcdb.tar.gz ports-801c2b13a723a443b043faaaec60bafe295cbcdb.zip |
net/sakisafecli: various Makefile updates
* Update maintainer email address
* Use localbase
* Add dependency
* Pet linters
PR: 264806
Reported by: teru-sama@riseup.net (maintainer)
Diffstat (limited to 'net/sakisafecli/Makefile')
-rw-r--r-- | net/sakisafecli/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/sakisafecli/Makefile b/net/sakisafecli/Makefile index c058f38735eb..95a6004cb67c 100644 --- a/net/sakisafecli/Makefile +++ b/net/sakisafecli/Makefile @@ -1,17 +1,21 @@ PORTNAME= sakisafe DISTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/ -MAINTAINER= teru-sama@ebin.city -COMMENT= Client for many file-sharing websites. +MAINTAINER= teru-sama@riseup.net +COMMENT= Client for many file-sharing websites LICENSE= GPLv3 LIB_DEPENDS= libconfig.so:devel/libconfig \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + libnghttp2.so:www/libnghttp2 -CFLAGS= -I/usr/local/include -fPIC +USES= localbase ssl + +CFLAGS+= -fPIC do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli |