Skip to content

Commit

Permalink
net/sakisafe: Make corrections to the port Makefile
Browse files Browse the repository at this point in the history
These corrections were not committed due to an error on my part.

PR:	264784
  • Loading branch information
neelchauhan committed Jun 21, 2022
1 parent 66539fd commit e7a8c57
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions net/sakisafecli/Makefile
Expand Up @@ -2,12 +2,20 @@ PORTNAME= sakisafe
DISTVERSION= 2.0.7
CATEGORIES= net
MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/

MAINTAINER= teru-sama@ebin.city
COMMENT= Client for many file-sharing websites.

LICENSE= GPLv3
CFLAGS= -I/usr/local/include -fPIC

LIB_DEPENDS= libconfig.so:devel/libconfig \
libcurl.so:ftp/curl
MAINTAINER= teru-sama@ebin.city
COMMENT= Client for many file-sharing websites.
WWW= https://git.qorg11.net/sakisafe.git
.include <bsd.port.mk>

CFLAGS= -I/usr/local/include -fPIC

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli
${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafeclirc.5 ${STAGEDIR}${MAN1PREFIX}/man/man5

.include <bsd.port.mk>

0 comments on commit e7a8c57

Please sign in to comment.