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

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

1.10    ! adam        1: # $NetBSD: Makefile,v 1.9 2019/04/26 13:13:56 maya Exp $
1.1       kamil       2:
1.8       maya        3: PKGREVISION= 1
1.6       khorben     4: .include "Makefile.common"
1.1       kamil       5:
                      6: MAINTAINER=    pkgsrc-users@NetBSD.org
                      7: COMMENT=       CPU emulator engine framework based on QEMU
                      8: LICENSE=       gnu-gpl-v2
                      9:
                     10: USE_TOOLS+=    gmake pkg-config
                     11:
1.10    ! adam       12: PYTHON_VERSIONS_ACCEPTED=       27 # as of 1.0.1
1.2       wiz        13:
1.1       kamil      14: .include "../../lang/python/application.mk"
                     15:
                     16: MAKE_ENV+=     UNICORN_QEMU_FLAGS=--python=${PYTHONBIN:Q}
                     17:
                     18: ALL_ENV+=      USE_GENERIC_LIBDATADIR=yes
                     19:
                     20: .include "../../devel/glib2/buildlink3.mk"
                     21: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>