pkgsrc-wip/emokit/Makefile
Thomas Klausner 5407569239 Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
2014-06-01 12:49:34 +00:00

22 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/06/01 12:49:35 thomasklausner Exp $
DISTNAME= emokit-0.5
EXTRACT_SUFX= .zip
CATEGORIES= devel
MAINTAINER= nathanialsloss@yahoo.com.au
LICENSE= public-domain
HOMEPAGE= https://www.openyou.org
MASTER_SITES= -https://github.com/openyou/emokit/archive/0.5.zip
COMMENT= Emotive EPOC EEG development library
AUTO_MKDIRS= yes
USE_LANGUAGES= c c++
USE_CMAKE= yes
post-install:
${INSTALL} ${WRKSRC}/include/emokit/* ${DESTDIR}${PREFIX}/include/emokit
.include "../../wip/libhidapi/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"