mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
24 lines
592 B
Makefile
24 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/03/05 11:29:07 jperkin Exp $
|
|
|
|
DISTNAME= megatools-1.9.95
|
|
PKGREVISION= 1
|
|
CATEGORIES= filesystems security
|
|
MASTER_SITES= http://megatools.megous.com/builds/
|
|
|
|
MAINTAINER= root@zta.lk
|
|
HOMEPAGE= http://megatools.megous.com/
|
|
COMMENT= Command line client for Mega.co.nz
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= libmega.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|