[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / unicorn

Annotation of pkgsrc/emulators/unicorn/Makefile, Revision 1.6

1.5       kamil       1: # $NetBSD: Makefile,v 1.4 2017/01/01 14:43:39 wiz Exp $
1.1       kamil       2:
1.6     ! khorben     3: .include "Makefile.common"
1.1       kamil       4:
                      5: MAINTAINER=    pkgsrc-users@NetBSD.org
                      6: COMMENT=       CPU emulator engine framework based on QEMU
                      7: LICENSE=       gnu-gpl-v2
                      8:
                      9: USE_TOOLS+=    gmake pkg-config
                     10:
1.5       kamil      11: PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # as of 1.0.1
1.2       wiz        12:
1.1       kamil      13: .include "../../lang/python/application.mk"
                     14:
                     15: MAKE_ENV+=     UNICORN_QEMU_FLAGS=--python=${PYTHONBIN:Q}
                     16:
                     17: ALL_ENV+=      USE_GENERIC_LIBDATADIR=yes
                     18:
                     19: .include "../../devel/glib2/buildlink3.mk"
                     20: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>