Skip to content

Commit

Permalink
net/sakisafecli: various Makefile updates
Browse files Browse the repository at this point in the history
 * Update maintainer email address
 * Use localbase
 * Add dependency
 * Pet linters

PR:	264806
Reported by:	teru-sama@riseup.net (maintainer)
  • Loading branch information
qorg11 authored and Fernando Apesteguía committed Jun 23, 2022
1 parent b6c6960 commit 801c2b1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions 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
Expand Down

0 comments on commit 801c2b1

Please sign in to comment.