pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/guile22
Module Name: pkgsrc
Committed By: ng0
Date: Tue Nov 12 12:41:19 UTC 2019
Added Files:
pkgsrc/lang/guile22: module.mk
Log Message:
guile22: Add module.mk for commonly shared operations.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/guile22/module.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/lang/guile22/module.mk
diff -u /dev/null pkgsrc/lang/guile22/module.mk:1.1
--- /dev/null Tue Nov 12 12:41:19 2019
+++ pkgsrc/lang/guile22/module.mk Tue Nov 12 12:41:19 2019
@@ -0,0 +1,24 @@
+# $NetBSD: module.mk,v 1.1 2019/11/12 12:41:19 ng0 Exp $
+#
+# Common build logic for Guile 2.2 modules using gnu configure.
+#
+# === Package-settable-variables ===
+#
+# GUILE_NEED_BOOTSTRAP
+# Whether the package requires a bootstrap run of autotools
+# or not.
+#
+# Possible values: yes no
+
+.if defined(GNU_CONFIGURE)
+GNU_CONFIGURE_PREFIX= ${PREFIX}/guile/2.2
+CONFIGURE_ARGS+= --libdir=${PREFIX}/guile/2.2/lib
+
+.if defined(GUILE_NEED_BOOTSTRAP)
+USE_TOOLS+= automake autoconf autoreconf
+pre-configure:
+ (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -I${PREFIX}/guile/2.2/share/aclocal -vif)
+.endif
+
+.include "../../lang/guile22/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index