2018-10-27 07:32:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2018/10/27 07:32:57 bentley Exp $
|
2018-01-03 10:39:00 +00:00
|
|
|
|
|
|
|
PORTROACH = limit:[0-9]\.tar\.gz
|
2015-03-18 08:39:47 +00:00
|
|
|
|
|
|
|
COMMENT = command line client application for Mega
|
|
|
|
|
2018-09-08 21:50:08 +00:00
|
|
|
DISTNAME = megatools-1.10.2
|
2018-10-27 07:32:57 +00:00
|
|
|
REVISION = 0
|
2015-03-18 08:39:47 +00:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
2017-08-25 16:17:12 +00:00
|
|
|
HOMEPAGE = https://megatools.megous.com/
|
2015-03-18 08:39:47 +00:00
|
|
|
|
2016-01-27 02:57:00 +00:00
|
|
|
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
|
|
|
|
|
2015-03-18 08:39:47 +00:00
|
|
|
# GPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2018-09-08 21:50:08 +00:00
|
|
|
WANTLIB = c crypto curl gio-2.0 glib-2.0 gobject-2.0 intl pthread
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB += ssl
|
2015-03-18 08:39:47 +00:00
|
|
|
|
2017-08-22 18:03:51 +00:00
|
|
|
MASTER_SITES = https://megatools.megous.com/builds/
|
2015-03-18 08:39:47 +00:00
|
|
|
|
2016-11-21 06:43:39 +00:00
|
|
|
BUILD_DEPENDS = devel/gobject-introspection \
|
|
|
|
textproc/asciidoc
|
2015-03-18 08:39:47 +00:00
|
|
|
LIB_DEPENDS = devel/glib2 \
|
|
|
|
net/curl
|
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
2018-09-08 21:50:08 +00:00
|
|
|
MAKE_FLAGS = VERBOSE=1
|
2015-03-18 08:39:47 +00:00
|
|
|
|
2016-01-26 17:55:04 +00:00
|
|
|
CONFIGURE_ARGS = --disable-introspection
|
|
|
|
|
2018-09-08 21:50:08 +00:00
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
|
2015-03-18 08:39:47 +00:00
|
|
|
.include <bsd.port.mk>
|