pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
keystone: Split Makefile into Makefile and Makefile.common
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Jun 11 22:34:44 2016 +0200
Changeset: dd24c74f27aa14e224af873b4f4bf9bb6568d2ab
Modified Files:
keystone/Makefile
Added Files:
keystone/Makefile.common
Log Message:
keystone: Split Makefile into Makefile and Makefile.common
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd24c74f27aa14e224af873b4f4bf9bb6568d2ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
keystone/Makefile | 7 ++-----
keystone/Makefile.common | 11 +++++++++++
2 files changed, 13 insertions(+), 5 deletions(-)
diffs:
diff --git a/keystone/Makefile b/keystone/Makefile
index 0a7f6d8..b598a9a 100644
--- a/keystone/Makefile
+++ b/keystone/Makefile
@@ -1,16 +1,13 @@
# $NetBSD$
-DISTNAME= keystone-0.9
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_GITHUB:=keystone-engine/}
+.include "Makefile.common"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.keystone-engine.org/
COMMENT= Multi-platform and multi-arch assembler framework
-LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_LANGUAGES= c c++
+LICENSE= gnu-gpl-v2
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD=all
diff --git a/keystone/Makefile.common b/keystone/Makefile.common
new file mode 100644
index 0000000..ae61621
--- /dev/null
+++ b/keystone/Makefile.common
@@ -0,0 +1,11 @@
+# $NetBSD$
+#
+# used by wip/py-keystone/Makefile
+
+DISTNAME= keystone-0.9
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=keystone-engine/}
+
+HOMEPAGE= http://www.keystone-engine.org/
+
+DISTINFO_FILE= ${.CURDIR}/../../wip/keystone/distinfo
Home |
Main Index |
Thread Index |
Old Index