pkgsrc-wip/toxcore/Makefile
Mateusz Poszwa a6f7443c7f toxcore: Import toxcore as wip/toxcore.
Toxcore is a p2p network level libarary that provides encrpyted
communication and data transfer between peers who can find eachother
anonymously through a DHT. The peers are identified with numbers
which contain their public key to be used for message encryption.
2015-12-29 02:54:22 +01:00

34 lines
814 B
Makefile

# $NetBSD$
DISTNAME= toxcore-0
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=irungentoo/}
GIT_REPOSITORIES= toxcore
GIT_REPO.toxcore= http://github.com/irungentoo/toxcore.git
#GIT_BRANCH.toxcore= new_av
WRKSRC= ${WRKDIR}/toxcore
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://tox.chat/
COMMENT= Tox protocol library
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf automake autoreconf
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES+= c
#SUBST_FILES.autotools= autogen.sh
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include "../../audio/libopus/buildlink3.mk"
#.include "../../devel/check/buildlink3.mk"
.include "../../multimedia/libvpx/buildlink3.mk"
.include "../../security/libsodium/buildlink3.mk"
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"