37 lines
711 B
Makefile
37 lines
711 B
Makefile
PORTROACH = limit:[0-9]\.tar\.gz
|
|
|
|
COMMENT = command line client application for Mega
|
|
|
|
DISTNAME = megatools-1.10.3
|
|
REVISION = 0
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://megatools.megous.com/
|
|
|
|
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c crypto curl gio-2.0 glib-2.0 gobject-2.0 intl pthread
|
|
WANTLIB += ssl
|
|
|
|
MASTER_SITES = https://megatools.megous.com/builds/
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
BUILD_DEPENDS = devel/gobject-introspection \
|
|
textproc/asciidoc
|
|
LIB_DEPENDS = devel/glib2 \
|
|
net/curl
|
|
|
|
USE_GMAKE = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
MAKE_FLAGS = VERBOSE=1
|
|
|
|
CONFIGURE_ARGS = --disable-introspection
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include <bsd.port.mk>
|