Lines 1-10
Link Here
|
1 |
PORTNAME= megacmd |
1 |
PORTNAME= megacmd |
2 |
DISTVERSION= 1.5.0 |
2 |
DISTVERSION= 1.6.1 |
3 |
PORTREVISION= 1 |
3 |
#PORTREVISION= 1 |
4 |
DISTVERSIONSUFFIX= _Linux |
4 |
DISTVERSIONSUFFIX= _Linux |
5 |
CATEGORIES= net |
5 |
CATEGORIES= net |
6 |
|
6 |
|
7 |
MAINTAINER= ports@FreeBSD.org |
7 |
MAINTAINER= kikadf.01@gmail.com |
8 |
COMMENT= Command Line Interactive and Scriptable Application to access MEGA |
8 |
COMMENT= Command Line Interactive and Scriptable Application to access MEGA |
9 |
WWW= https://mega.nz/cm |
9 |
WWW= https://mega.nz/cm |
10 |
|
10 |
|
Lines 21-27
USE_GITHUB= yes
Link Here
|
21 |
GH_ACCOUNT= meganz |
21 |
GH_ACCOUNT= meganz |
22 |
GH_PROJECT= MEGAcmd sdk:sdk |
22 |
GH_PROJECT= MEGAcmd sdk:sdk |
23 |
GH_SUBDIR= sdk:sdk |
23 |
GH_SUBDIR= sdk:sdk |
24 |
GH_TAGNAME= v3.9.11a:sdk |
24 |
GH_TAGNAME= v4.17.1a:sdk |
25 |
|
25 |
|
26 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
27 |
|
27 |
|
Lines 96-101
CONFIGURE_ARGS= --disable-examples \
Link Here
|
96 |
--with-sqlite=${LOCALBASE} --with-libuv=${LOCALBASE} \ |
96 |
--with-sqlite=${LOCALBASE} --with-libuv=${LOCALBASE} \ |
97 |
--with-zlib --with-readline=${LOCALBASE} |
97 |
--with-zlib --with-readline=${LOCALBASE} |
98 |
|
98 |
|
|
|
99 |
.include <bsd.port.options.mk> |
100 |
|
101 |
.if ${ARCH} == i386 || ${ARCH} == amd64 |
102 |
CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM |
103 |
.endif |
104 |
|
99 |
INSTALL_TARGET= install-strip |
105 |
INSTALL_TARGET= install-strip |
100 |
|
106 |
|
101 |
.include <bsd.port.mk> |
107 |
.include <bsd.port.mk> |